ItemsLayout.Orientation Property

Definition

Gets the orientation of the items layout.

public:
 property Microsoft::Maui::Controls::ItemsLayoutOrientation Orientation { Microsoft::Maui::Controls::ItemsLayoutOrientation get(); };
public Microsoft.Maui.Controls.ItemsLayoutOrientation Orientation { get; }
member this.Orientation : Microsoft.Maui.Controls.ItemsLayoutOrientation
Public ReadOnly Property Orientation As ItemsLayoutOrientation

Property Value

An ItemsLayoutOrientation value indicating whether items flow vertically or horizontally.

Applies to