HorzAlignment Enum
Specifies the horizontal alignment of an object or text in a control.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Default
|
Places an object or text at the default position, which is determined by a control. |
Near
|
Places an object/text at a near position. |
Center
|
Centers an object or text within a region. |
Far
|
Places an object/text at a far position. |
Remarks
The HorzAlignment enumeration represents different horizontal alignment options for an object or text in a control.
See Also