5 references to TallModeConfiguration
Microsoft.Maui.Controls.Foldable (5)
TwoPaneView.cs (5)
50
/// <summary>Bindable property for <see cref="
TallModeConfiguration
"/>.</summary>
366
if (
TallModeConfiguration
!= TwoPaneViewTallModeConfiguration.SinglePane)
368
newMode = (
TallModeConfiguration
== TwoPaneViewTallModeConfiguration.TopBottom) ? ViewMode.TopBottom : ViewMode.BottomTop;
380
else if (controlHeight > MinTallModeHeight &&
TallModeConfiguration
!= TwoPaneViewTallModeConfiguration.SinglePane)
383
newMode = (
TallModeConfiguration
== TwoPaneViewTallModeConfiguration.TopBottom) ? ViewMode.TopBottom : ViewMode.BottomTop;