Colors.Yellow Property

Definition

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

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

Property Value

The system-defined color that has the ARGB value of #FFFFFF00.

Applies to