3 references to TopBottom
Microsoft.Maui.Controls.Foldable (3)
TwoPaneView.cs (3)
52
= BindableProperty.Create("TallModeConfiguration", typeof(TwoPaneViewTallModeConfiguration), typeof(TwoPaneView), defaultValue: TwoPaneViewTallModeConfiguration.
TopBottom
, propertyChanged: TwoPaneViewLayoutPropertyChanged);
368
newMode = (TallModeConfiguration == TwoPaneViewTallModeConfiguration.
TopBottom
) ? ViewMode.TopBottom : ViewMode.BottomTop;
383
newMode = (TallModeConfiguration == TwoPaneViewTallModeConfiguration.
TopBottom
) ? ViewMode.TopBottom : ViewMode.BottomTop;