Colors.Honeydew Property

Definition

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

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

Property Value

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

Applies to