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