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