2 references to IsOpaqueProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
55
get { return (bool)GetValue(
IsOpaqueProperty
); }
56
set { SetValue(
IsOpaqueProperty
, value); }