2 references to RadiusProperty
Microsoft.Maui.Controls (2)
Shadow.cs (2)
24
get { return (float)GetValue(
RadiusProperty
); }
25
set { SetValue(
RadiusProperty
, value); }