Colors.Magenta Property

Definition

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

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

Property Value

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

Applies to