Colors.DarkKhaki Property

Definition

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

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

Property Value

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

Applies to