2 references to SplitOnLandscape
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (2)
172
bool isSplitOnLandscape = (behavior == FlyoutLayoutBehavior.
SplitOnLandscape
|| behavior == FlyoutLayoutBehavior.Default) && orientation.IsLandscape();
189
bool isSplitOnLandscape = (behavior == FlyoutLayoutBehavior.
SplitOnLandscape
|| behavior == FlyoutLayoutBehavior.Default) && orientation.IsLandscape();