Skip to main content
All docs
V23.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.v23.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:

Library Related API Members
Cross-Platform Class Library BrickStringFormat.Alignment
BrickStringFormat.LineAlignment
DXStringFormat.Alignment
DXStringFormat.LineAlignment
Office File API BarCode.CodeTextHorizontalAlignment
BarCode.CodeTextVerticalAlignment
BarCodeCaption.HorizontalAlignment

See Also