TextAlignmentKind Enum
Lists values that specify the horizontal alignment of the text within a diagram shape.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Left
|
Text is aligned to the left. |
Right
|
Text is aligned to the right. |
Center
|
Text is centered |
Justify
|
Text is justified. |
See Also