Colors.DarkGreen Property

Definition

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

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

Property Value

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

Applies to