Skip to main content

LayoutOrientation Enum

Enumerates values that specify how LayoutItems are arranged within a LayoutGroup.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum LayoutOrientation

Members

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.

Related API Members

The following properties accept/return LayoutOrientation values:

Remarks

Use the LayoutGroupBase.Orientation and LayoutGroupBase.PortraitOrientation properties to specify how LayoutItems are arranged within a LayoutGroup.

See Also