Colors.DarkTurquoise Property

Definition

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

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

Property Value

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

Applies to