Back to Devexpress

TextAlignmentKind Enum

corelibraries-devexpress-dot-diagram-dot-core-3d24b3cd.md

latest931 B
Original Source

TextAlignmentKind Enum

Lists values that specify the horizontal alignment of the text within a diagram shape.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum TextAlignmentKind
vb
Public Enum TextAlignmentKind

Members

NameDescription
Left

Text is aligned to the left.

| | Right |

Text is aligned to the right.

| | Center |

Text is centered

| | Justify |

Text is justified.

|

See Also

DevExpress.Diagram.Core Namespace