Skip to main content
All docs
V25.2
  • TextTabStop.Alignment Property

    Obtains the alignment of a tab stop.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextTabAlignmentType Alignment { get; }

    Property Value

    Type Description
    TextTabAlignmentType

    An enumeration value that indicates the alignment of a tab stop.

    Available values:

    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.

    See Also