Dim instance AsGcTextBoxDim value AsDisplayAlignment
instance.DisplayAlignment = value
value = instance.DisplayAlignment
Property Value
One of the DisplayAlignment enumeration values that specifies how text is aligned in the control.
The default is DisplayAlignment.None.
Remarks
This property is used to display text with different character spacing settings. If the text of this GcTextBox is longer than this control's width, the character spacing effect disappears.