3 references to MediumSeaGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
385
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
MediumSeaGreen
"/>.</summary>
386
public static SolidColorBrush MediumSeaGreen => mediumSeaGreen ??= new(Colors.
MediumSeaGreen
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
853
"mediumseagreen" => Colors.
MediumSeaGreen
,