[]
        
(Showing Draft Content)

C1.Report.TextFieldBase.Align

Align Property

Align

Gets or sets a value determining how text is aligned within the field.

Declaration
[C1Category("Appearance")]
[C1Description("TextFieldBase.Align", "Determines how text is aligned within the field.")]
public FieldAlignEnum Align { get; set; }
<C1Category("Appearance")>
<C1Description("TextFieldBase.Align", "Determines how text is aligned within the field.")>
Public Property Align As FieldAlignEnum
See Also