3 references to FlyoutBackground
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
234
var brush = _shellContext.Shell.
FlyoutBackground
;
Shell\Shell.cs (2)
1088
/// <summary>Bindable property for <see cref="
FlyoutBackground
"/>.</summary>
1090
BindableProperty.Create(nameof(
FlyoutBackground
), typeof(Brush), typeof(Shell), SolidColorBrush.Default, BindingMode.OneTime);