Share via


Colors.DeepPink 属性

定义

获取 ARGB 值为 #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

属性值

ARGB 值为 #FFFF1493 的系统定义颜色。

适用于