Colors::BlueViolet Property

 

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

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Color BlueViolet {
	static Color get();
}

Property Value

Type: System.Windows.Media::Color

Represents colors in terms of alpha, red, green, and blue channels.

For more information about color properties, see Colors.

<object property="BlueViolet"/>

.NET Framework
Available since 3.0
Return to top
Show: