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
;