1 write to Brush
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 };
3 references to Brush
Microsoft.Maui.Controls (3)
Shadow.cs (3)
14
/// <summary>Bindable property for <see cref="
Brush
"/>.</summary>
15
public static readonly BindableProperty BrushProperty = BindableProperty.Create(nameof(
Brush
), typeof(Brush), typeof(Shadow), Brush.Black);
20
Paint IShadow.Paint =>
Brush
;