summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/StackOrientation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/StackOrientation.cs')
-rw-r--r--Xamarin.Forms.Core/StackOrientation.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/StackOrientation.cs b/Xamarin.Forms.Core/StackOrientation.cs
new file mode 100644
index 00000000..4ab00fd2
--- /dev/null
+++ b/Xamarin.Forms.Core/StackOrientation.cs
@@ -0,0 +1,8 @@
+namespace Xamarin.Forms
+{
+ public enum StackOrientation
+ {
+ Vertical,
+ Horizontal
+ }
+} \ No newline at end of file