TextAlignAttribute Enum
Specifies text align attribute.
public enum TextAlignAttribute
Public Enum TextAlignAttribute
Inheritance: ObjectValueTypeEnumTextAlignAttribute
Fields
TextAlignAttribute.Center | 1 | Centered between the start and end edges. |
TextAlignAttribute.End | 2 | Aligned with the end edge. |
TextAlignAttribute.Justify | 3 | Justify. |
TextAlignAttribute.Start | 0 | Aligned with the start edge. |