Back to Devexpress

DXStackLayout.Orientation Property

maui-devexpress-dot-maui-dot-core-dot-dxstacklayout.md

latest1.1 KB
Original Source

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

csharp
public StackOrientation Orientation { get; set; }

Property Value

TypeDescription
StackOrientation

The direction children layouts flow.

|

Remarks

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

See Also

DXStackLayout Class

DXStackLayout Members

DevExpress.Maui.Core Namespace