Enum TextBoxTextAttrAlignment
Gets or sets how text is aligned in the control.
public enum TextBoxTextAttrAlignment
Fields
Center = 2Text is aligned in the center of the control.
Default = 0Text has default alignment.
Justified = 4Text 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 = 1Text is aligned on the left side of the control.
Right = 3Text is aligned on the right side of the control.