Colors.Fuchsia Property

Definition

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

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

Property Value

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

Applies to