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)
1173
this.SetBinding(Shell.
FlyoutBackgroundColorProperty
,
1342
get => (Color)GetValue(
FlyoutBackgroundColorProperty
);
1343
set => SetValue(
FlyoutBackgroundColorProperty
, value);