Colors.Khaki Property

Definition

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

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

Property Value

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

Applies to