3 references to LightGrey
Microsoft.Maui.Controls (2)
Brush\Brush.cs (1)
329 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightGrey"/>.</summary>
IndicatorView\IndicatorView.cs (1)
39 public static readonly BindableProperty IndicatorColorProperty = BindableProperty.Create(nameof(IndicatorColor), typeof(Color), typeof(IndicatorView), Colors.LightGrey);
Microsoft.Maui.Graphics (1)
Color.cs (1)
833 "lightgrey" => Colors.LightGrey,