Implemented interface member:
property
Radius
Microsoft.Maui.IShadow.Radius
2 writes to Radius
Microsoft.Maui.Controls (2)
ShadowTypeConverter.cs (2)
104 Radius = radius, 119 Radius = radius,
3 references to Radius
Microsoft.Maui.Controls (3)
Shadow.cs (2)
8 /// <summary>Bindable property for <see cref="Radius"/>.</summary> 9 public static readonly BindableProperty RadiusProperty = BindableProperty.Create(nameof(Radius), typeof(float), typeof(Shadow), 10f);
ShadowTypeConverter.cs (1)
154 var radius = shadow.Radius.ToString(CultureInfo.InvariantCulture);