File: Items\ItemsLayoutOrientation.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls
{
	/// <include file="../../../docs/Microsoft.Maui.Controls/ItemsLayoutOrientation.xml" path="Type[@FullName='Microsoft.Maui.Controls.ItemsLayoutOrientation']/Docs/*" />
	public enum ItemsLayoutOrientation
	{
		/// <include file="../../../docs/Microsoft.Maui.Controls/ItemsLayoutOrientation.xml" path="//Member[@MemberName='Vertical']/Docs/*" />
		Vertical,
		/// <include file="../../../docs/Microsoft.Maui.Controls/ItemsLayoutOrientation.xml" path="//Member[@MemberName='Horizontal']/Docs/*" />
		Horizontal
	}
}