Colors.Chocolate Property

Definition

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

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

Property Value

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

Applies to