Skip to main content

VerticalAlignmentKind Enum

In This Article

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

#Declaration

public enum VerticalAlignmentKind

#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