Back to Devexpress

TextTabAlignmentType Enum

officefileapi-devexpress-dot-docs-dot-presentation-b6b1216c.md

latest1.2 KB
Original Source

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

csharp
public enum TextTabAlignmentType
vb
Public Enum TextTabAlignmentType

Members

NameDescription
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.

|

The following properties accept/return TextTabAlignmentType values:

See Also

DevExpress.Docs.Presentation Namespace