3 references to CornerRadiusProperty
Microsoft.Maui.Controls (3)
Shapes\RoundRectangle.cs (3)
21 set { SetValue(CornerRadiusProperty, value); } 22 get { return (CornerRadius)GetValue(CornerRadiusProperty); } 52 if (propertyName == CornerRadiusProperty.PropertyName)