Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXStringAlignment Enum

Lists values that indicate the type of alignment of a text string relative to its layout rectangle.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public enum DXStringAlignment

Members

Name Description
Near

The text is aligned near the layout.

Center

Text is aligned in the center of the layout rectangle.

Far

The text is aligned far from the original position of the layout rectangle.

Related API Members

The following properties accept/return DXStringAlignment values:

See Also