Colors.HotPink Property

Definition

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

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

Property Value

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

Applies to