Enum TextBoxTextAttrAlignment
Gets or sets how text is aligned in the control.
public enum TextBoxTextAttrAlignment
Fields
Center = 2
Text is aligned in the center of the control.
Default = 0
Text has default alignment.
Justified = 4
Text is justified in the control. When you justify text, space is added between words so that both edges of each line are aligned with both margins. The last line is aligned left.
Left = 1
Text is aligned on the left side of the control.
Right = 3
Text is aligned on the right side of the control.