1 implementation of IsLandscape
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
32 public bool IsLandscape => DeviceDisplay.MainDisplayInfo.Orientation.IsLandscape();
3 references to IsLandscape
Microsoft.Maui.Controls.Foldable (3)
TwoPaneViewLayoutGuide.cs (3)
88 get => DualScreenService.IsLandscape; 238 if (DualScreenService.IsLandscape) 294 IsLandscape = DualScreenService.IsLandscape;