namespace Xamarin.Forms { public enum ConstraintType { RelativeToParent, RelativeToView, Constant } }