5 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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\RectangleRenderer.cs (1)
67 var radiusY = ValidateRadius(Element.RadiusY / Element.Height);