Colors.WhiteSmoke Property

Definition

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

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

Property Value

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

Applies to