2 references to FlyoutBackgroundImageProperty
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1324
get => (ImageSource)GetValue(
FlyoutBackgroundImageProperty
);
1325
set => SetValue(
FlyoutBackgroundImageProperty
, value);