Colors.LemonChiffon Property

Definition

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

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

Property Value

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

Applies to