Colors.FloralWhite Property

Definition

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

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

Property Value

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

Applies to