Skip to main content
.NET 6.0+

ISupportControlAlignment.HorizontalAlign Property

Specifies the horizontal content position within the layout item.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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