Colors.DarkViolet Property

Definition

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

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

Property Value

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

Applies to