9 references to TwoPaneViewTallModeConfiguration
Microsoft.Maui.Controls.Foldable (9)
TwoPaneView.cs (8)
52
= BindableProperty.Create("TallModeConfiguration", typeof(
TwoPaneViewTallModeConfiguration
), typeof(TwoPaneView), defaultValue:
TwoPaneViewTallModeConfiguration
.TopBottom, propertyChanged: TwoPaneViewLayoutPropertyChanged);
181
public
TwoPaneViewTallModeConfiguration
TallModeConfiguration
183
get { return (
TwoPaneViewTallModeConfiguration
)GetValue(TallModeConfigurationProperty); }
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;
TwoPaneViewPriority.cs (1)
5
/// Affects the rendering of <see cref="Microsoft.Maui.Controls.Foldable.
TwoPaneViewTallModeConfiguration
"/> and