Back to Devexpress

VerticalAlignmentKind Enum

corelibraries-devexpress-dot-diagram-dot-core-ce53d89c.md

latest1.0 KB
Original Source

VerticalAlignmentKind Enum

Lists values that specify the vertical 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 VerticalAlignmentKind
vb
Public Enum VerticalAlignmentKind

Members

NameDescription
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

DevExpress.Diagram.Core Namespace