Colors.Violet Property

Definition

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

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

Property Value

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

Applies to