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