Colors.LightPink プロパティ

定義

ARGB 値が #FFFFB6C1 のシステム定義の色を取得します。

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

プロパティ値

ARGB 値が #FFFFB6C1 であるシステム定義の色。

適用対象