Colors.BlanchedAlmond Property

Definition

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

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

Property Value

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

Applies to