Colors.DarkCyan Property

Definition

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

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

Property Value

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

Applies to