Colors.MediumTurquoise Property

Definition

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

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

Property Value

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

Applies to