File: StackOrientation.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/StackOrientation.xml" path="Type[@FullName='Microsoft.Maui.Controls.StackOrientation']/Docs/*" />
	public enum StackOrientation
	{
		/// <include file="../../docs/Microsoft.Maui.Controls/StackOrientation.xml" path="//Member[@MemberName='Vertical']/Docs/*" />
		Vertical,
		/// <include file="../../docs/Microsoft.Maui.Controls/StackOrientation.xml" path="//Member[@MemberName='Horizontal']/Docs/*" />
		Horizontal
	}
}