2 references to CornerRadiusProperty
Microsoft.Maui.Controls (2)
Shapes\RoundRectangleGeometry.cs (2)
54
set { SetValue(
CornerRadiusProperty
, value); }
55
get { return (CornerRadius)GetValue(
CornerRadiusProperty
); }