5 references to FlyoutBehavior
Microsoft.Maui.Controls (5)
Shell\Shell.cs (5)
57
/// This behavior can be changed by setting the <see cref = "
FlyoutBehavior
" /> property.
60
BindableProperty.CreateAttached(nameof(
FlyoutBehavior
), typeof(FlyoutBehavior), typeof(Shell), FlyoutBehavior.Flyout,
227
/// However, this behavior can be changed by setting the <see cref = "
FlyoutBehavior
" /> attached property.
1760
return
FlyoutBehavior
;
1778
return
FlyoutBehavior
;