3 references to LeftRight
Microsoft.Maui.Controls.Foldable (3)
TwoPaneView.cs (3)
56
= BindableProperty.Create("WideModeConfiguration", typeof(TwoPaneViewWideModeConfiguration), typeof(TwoPaneView), defaultValue: TwoPaneViewWideModeConfiguration.
LeftRight
, propertyChanged: TwoPaneViewLayoutPropertyChanged);
360
newMode = (WideModeConfiguration == TwoPaneViewWideModeConfiguration.
LeftRight
) ? ViewMode.LeftRight : ViewMode.RightLeft;
378
newMode = (WideModeConfiguration == TwoPaneViewWideModeConfiguration.
LeftRight
) ? ViewMode.LeftRight : ViewMode.RightLeft;