2 references to IsOpaqueProperty
Microsoft.Maui.Controls (2)
ImageButton\ImageButton.cs (2)
105
get { return (bool)GetValue(
IsOpaqueProperty
); }
106
set { SetValue(
IsOpaqueProperty
, value); }