2 references to FlyoutBackgroundColor
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
233 var color = _shellContext.Shell.FlyoutBackgroundColor;
Shell\Shell.cs (1)
1086 BindableProperty.Create(nameof(FlyoutBackgroundColor), typeof(Color), typeof(Shell), null, BindingMode.OneTime);