Colors.GhostWhite Property

Definition

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

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

Property Value

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

Applies to