3 references to ForestGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
256
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
ForestGreen
"/>.</summary>
257
public static SolidColorBrush ForestGreen => forestGreen ??= new(Colors.
ForestGreen
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
809
"forestgreen" => Colors.
ForestGreen
,