Back to Devexpress

HorzAlignment Enum

corelibraries-devexpress-dot-utils-8227c1e0.md

latest1.1 KB
Original Source

HorzAlignment Enum

Specifies the horizontal alignment of an object or text in a control.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum HorzAlignment
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum HorzAlignment

Members

NameDescription
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

DevExpress.Utils Namespace