Colors.Purple Property

Definition

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

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

Property Value

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

Applies to