summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ConstraintType.cs
blob: 5ee8bc9a0bdff4ea17c127138a2920f39b4ae03e (plain)
1
2
3
4
5
6
7
8
9
namespace Xamarin.Forms
{
	public enum ConstraintType
	{
		RelativeToParent,
		RelativeToView,
		Constant
	}
}