Skip to main content
ON

DXStackLayout.Orientation Property

Gets or sets whether child controls are positioned horizontally or vertically. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public StackOrientation Orientation { get; set; }

Property Value

Type Description
StackOrientation

The direction children layouts flow.

Remarks

The following image shows how DXStackLayout positions items in different Orientation modes:

DevExpress Layouts for .NET MAUI -- DXStackLayout - Orientation

See Also