Colors.Bisque Property

Definition

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

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

Property Value

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

Applies to