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

TextAlignmentKind Enum

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

Namespace: DevExpress.Diagram.Core

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

Declaration

public enum TextAlignmentKind

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