Skip to main content
All docs
V25.2
  • TextTabAlignmentType Enum

    Lists values that indicate the alignment of text in a tab stop.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum TextTabAlignmentType

    Members

    Name Description
    Automatic

    The text is aligned automatically.

    Left

    The text is aligned to the left.

    Center

    The text is centered.

    Right

    The text is aligned to the right.

    Decimal

    The text is aligned at the decimal point.

    Related API Members

    The following properties accept/return TextTabAlignmentType values:

    See Also