3 references to LightGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
332
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
LightGreen
"/>.</summary>
333
public static SolidColorBrush LightGreen => lightGreen ??= new(Colors.
LightGreen
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
835
"lightgreen" => Colors.
LightGreen
,