4 references to RadiusY
Microsoft.Maui.Controls (4)
Handlers\Shapes\Rectangle\RectangleHandler.cs (1)
11 [nameof(Rectangle.RadiusY)] = MapRadiusY,
Shapes\Rectangle.cs (3)
21 /// <summary>Bindable property for <see cref="RadiusY"/>.</summary> 23 BindableProperty.Create(nameof(RadiusY), typeof(double), typeof(Rectangle), 0.0d); 60 float cornerRadius = (float)Math.Max(RadiusX, RadiusY);