Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ISupportControlAlignment.HorizontalAlign Property

Specifies the horizontal content position within the layout item.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[DefaultValue(StaticHorizontalAlign.NotSet)]
StaticHorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Default Description
StaticHorizontalAlign **NotSet**

A StaticHorizontalAlign enumeration value secifying the horizontal content position within the layout item.

See Also