Implemented interface member:
property
Radius
Microsoft.Maui.IShadow.Radius
1 write to Radius
Microsoft.Maui.Controls (1)
Frame\Frame.cs (1)
102 return new Shadow() { Radius = 5, Opacity = 0.8f, Offset = new Point(0, 0), Brush = Brush.Black };
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);