Skip to main content
.NET 6.0+

ISupportControlAlignment.VerticalAlign Property

Specifies the vertical content position within the layout item.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(StaticVerticalAlign.NotSet)]
StaticVerticalAlign VerticalAlign { get; set; }

Property Value

Type Default Description
StaticVerticalAlign NotSet

A StaticVerticalAlign enumeration value secifying the vertical content position within the layout item.

See Also