Colors.DeepPink Property

Definition

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

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

Property Value

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

Applies to