Colors.BurlyWood Property

Definition

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

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

Property Value

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

Applies to