4 references to FlyoutBackgroundColorProperty
Microsoft.Maui.Controls (4)
Properties\AssemblyInfo.cs (1)
169[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);