4 references to LightGray
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
329
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
LightGray
"/>.</summary>
330
public static SolidColorBrush LightGray => lightGray ??= new(Colors.
LightGray
);
Microsoft.Maui.Graphics (2)
Color.cs (1)
838
"lightgray" => Colors.
LightGray
,
Colors.cs (1)
155
public static readonly Color LightGrey =
LightGray
;