次の方法で共有


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 のシステム定義色。

適用対象