summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ConstraintType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/ConstraintType.cs')
-rw-r--r--Xamarin.Forms.Core/ConstraintType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/ConstraintType.cs b/Xamarin.Forms.Core/ConstraintType.cs
new file mode 100644
index 00000000..5ee8bc9a
--- /dev/null
+++ b/Xamarin.Forms.Core/ConstraintType.cs
@@ -0,0 +1,9 @@
+namespace Xamarin.Forms
+{
+ public enum ConstraintType
+ {
+ RelativeToParent,
+ RelativeToView,
+ Constant
+ }
+} \ No newline at end of file