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