GeneralTextAlignment Property
In This Topic
Gets or sets a value indicating whether the text alignment in the current field should depend on the type of data represented by the field. If this property is true, numbers will align to the right while all other data to the left.
Syntax
'Declaration
Public Property GeneralTextAlignment As Boolean
public bool GeneralTextAlignment {get; set;}
See Also