Skip to main content
A newer version of this page is available. .

VerticalAlignmentKind Enum

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

Namespace: DevExpress.Diagram.Core

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

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