Colors.DarkOliveGreen Property

Definition

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

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

Property Value

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

Applies to