6 references to FlyoutBehavior
Microsoft.Maui.Controls (6)
Shell\Shell.cs (6)
59
/// This behavior can be changed by setting the <see cref = "
FlyoutBehavior
" /> property.
62
BindableProperty.CreateAttached(nameof(
FlyoutBehavior
), typeof(FlyoutBehavior), typeof(Shell), FlyoutBehavior.Flyout,
229
/// However, this behavior can be changed by setting the <see cref = "
FlyoutBehavior
" /> attached property.
1762
return
FlyoutBehavior
;
1780
return
FlyoutBehavior
;
2169
public FlyoutBehavior FlyoutBehavior => shell.
FlyoutBehavior
;