Skip to main content

TextAlignmentKind Enum

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

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