Colors.Beige Property

Definition

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

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

Property Value

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

Applies to