summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-10-11 16:47:50 +0200
committerStephane Delcroix <stephane@delcroix.org>2017-10-18 17:16:12 +0200
commit72fd2eef5fbe120159cfbf10316b55b85370d668 (patch)
tree79c4f21e1ca18b8f8ebcc649833ee24f1eb0e09d /Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs
parentb423e7cc07e217295eb837ef7c335a449db7a3a5 (diff)
downloadxamarin-forms-72fd2eef5fbe120159cfbf10316b55b85370d668.tar.gz
xamarin-forms-72fd2eef5fbe120159cfbf10316b55b85370d668.tar.bz2
xamarin-forms-72fd2eef5fbe120159cfbf10316b55b85370d668.zip
[*] Expose the Flags to the Core (#1181)
* [*] Expose the Flags to the Core * docs * [C] Hide Device.Flags
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs b/Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs
index feecdb92..c2ad613d 100644
--- a/Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs
+++ b/Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs
@@ -45,6 +45,9 @@ namespace Xamarin.Forms
Device.SetIdiom(TargetIdiom.Tablet);
Device.PlatformServices = new WindowsPlatformServices(Window.Current.Dispatcher);
+#if WINDOWS_UWP
+ Device.SetFlags(s_flags);
+#endif
Device.Info = new WindowsDeviceInfo();
#if WINDOWS_UWP