4 references to SlateGray
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
505
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
SlateGray
"/>.</summary>
506
public static SolidColorBrush SlateGray => slateGray ??= new(Colors.
SlateGray
);
Microsoft.Maui.Graphics (2)
Color.cs (1)
893
"slategray" => Colors.
SlateGray
,
Colors.cs (1)
273
public static readonly Color SlateGrey =
SlateGray
;