summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/MasterBehavior.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/MasterBehavior.cs')
-rw-r--r--Xamarin.Forms.Core/MasterBehavior.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/MasterBehavior.cs b/Xamarin.Forms.Core/MasterBehavior.cs
new file mode 100644
index 00000000..cd2dae2f
--- /dev/null
+++ b/Xamarin.Forms.Core/MasterBehavior.cs
@@ -0,0 +1,11 @@
+namespace Xamarin.Forms
+{
+ public enum MasterBehavior
+ {
+ Default = 0,
+ SplitOnLandscape = 1,
+ Split = 2,
+ Popover = 3,
+ SplitOnPortrait = 4
+ }
+} \ No newline at end of file