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