LayoutGroupBase.PortraitOrientation Property
Gets or sets the arrangement of items within the group when the device is in portrait orientation.
Namespace: DevExpress.UI.Xaml.Layout.Base
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
LayoutOrientation | A LayoutOrientation value that is the arrangement of items within the group when the device is in portrait orientation. |
Available values:
Name | Description |
---|---|
Default | Vertical arrangement of items in the snapped app state. Horizontal arrangement of items in other app states. |
Horizontal | Horizontal arrangement of items. |
Vertical | Vertical arrangement of items. |
See Also