Implemented interface member:
property
Radius
Microsoft.Maui.IShadow.Radius
2 references to Radius
Microsoft.Maui.Controls (2)
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);