Colors.MediumSpringGreen Property

Definition

Gets the system-defined color that has an ARGB value of #FF00FA9A.

public:
 static property Color MediumSpringGreen { Color get(); };
static Color MediumSpringGreen();
public static Color MediumSpringGreen { get; }
var color = Colors.mediumSpringGreen;
Public Shared ReadOnly Property MediumSpringGreen As Color

Property Value

The system-defined color that has an ARGB value of #FF00FA9A.

Applies to