[]
Gets or sets the text alignment within the field.
[C1Category("Appearance")]
[C1Description("Field.Align", "The text alignment within the field.")]
public FieldAlignEnum Align { get; set; }
<C1Category("Appearance")>
<C1Description("Field.Align", "The text alignment within the field.")>
Public Property Align As FieldAlignEnum
This property determines how text is aligned within the field.
To control picture alignment, use the PictureAlign property.