summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/TextAlignment.cs
blob: cee32c973dfe7e5f9973bf0e1b0406274506db7e (plain)
1
2
3
4
5
6
7
8
9
namespace Xamarin.Forms
{
	public enum TextAlignment
	{
		Start,
		Center,
		End
	}
}