5 references to Black
Microsoft.Maui.Controls (5)
Frame\Frame.cs (1)
102 return new Shadow() { Radius = 5, Opacity = 0.8f, Offset = new Point(0, 0), Brush = Brush.Black };
RadioButton\RadioButton.cs (3)
526 SolidColorBrush.Black, 541 SolidColorBrush.Black, 556 SolidColorBrush.Black,
Shadow.cs (1)
15 public static readonly BindableProperty BrushProperty = BindableProperty.Create(nameof(Brush), typeof(Brush), typeof(Shadow), Brush.Black);