7 references to TwoPaneViewPriority
Microsoft.Maui.Controls.Foldable (7)
TwoPaneView.cs (5)
74
= BindableProperty.Create("PanePriority", typeof(
TwoPaneViewPriority
), typeof(TwoPaneView), defaultValue:
TwoPaneViewPriority
.Pane1, propertyChanged: TwoPaneViewLayoutPropertyChanged);
217
public
TwoPaneViewPriority
PanePriority
219
get { return (
TwoPaneViewPriority
)GetValue(PanePriorityProperty); }
349
ViewMode newMode = (PanePriority ==
TwoPaneViewPriority
.Pane1) ? ViewMode.Pane1Only : ViewMode.Pane2Only;
TwoPaneViewTallModeConfiguration.cs (1)
5
/// determined by <see cref="Microsoft.Maui.Controls.Foldable.
TwoPaneViewPriority
" />
TwoPaneViewWideModeConfiguration.cs (1)
5
/// determined by <see cref="Microsoft.Maui.Controls.Foldable.
TwoPaneViewPriority
" />