Skip to main content
All docs
V26.1
  • TextTabStop(TextTabAlignmentType, Single) Constructor

    Initializes a new instance of the TextTabStop class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TextTabStop(
        TextTabAlignmentType alignment,
        float position
    )

    Parameters

    Name Type
    alignment TextTabAlignmentType
    position Single
    See Also