5 references to FlyoutBackgroundColorProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
51 Shell.FlyoutBackgroundColorProperty,
Properties\AssemblyInfo.cs (1)
164[assembly: StyleProperty("-maui-flyout-background", typeof(Shell), nameof(Shell.FlyoutBackgroundColorProperty))]
Shell\Shell.cs (3)
1171 this.SetBinding(Shell.FlyoutBackgroundColorProperty, 1340 get => (Color)GetValue(FlyoutBackgroundColorProperty); 1341 set => SetValue(FlyoutBackgroundColorProperty, value);