VerticalAlignmentKind Enum
Lists values that specify the vertical 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 |
---|---|
Top
|
The text is aligned to the top of the shape. |
Center
|
The text is aligned to the center of the shape. |
Bottom
|
The text is aligned to the bottom of the shape. |
Stretch
|
The text is stretched to fill the vertical space within the shape. |
See Also