2 references to ShadowRadiusProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\ImageButton.cs (2)
73
return (double)element.GetValue(
ShadowRadiusProperty
);
79
element.SetValue(
ShadowRadiusProperty
, value);