Enum TextTabAlignmentType

TextTabAlignmentType enumeration

Represents the text tab alignment types.

public enum TextTabAlignmentType

Values

NameValueDescription
Center0The text at this tab stop is center aligned.
Decimal1At this tab stop, the decimals are lined up.
Left2The text at this tab stop is left aligned.
Right3The text at this tab stop is right aligned.

See Also