Colors.Snow Property

Definition

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

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

Property Value

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

Applies to