summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/StackOrientation.cs
blob: 4ab00fd2604d390e0e9697301286b19066fb1c91 (plain)
1
2
3
4
5
6
7
8
namespace Xamarin.Forms
{
	public enum StackOrientation
	{
		Vertical,
		Horizontal
	}
}