Colors.BlueViolet Property

Definition

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

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

Property Value

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

Applies to