2 references to ShadowColorProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\ImageButton.cs (2)
45
return (Color)element.GetValue(
ShadowColorProperty
);
51
element.SetValue(
ShadowColorProperty
, value);