Colors.LightYellow Property

Definition

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

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

Property Value

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

Applies to