Colors.LemonChiffon プロパティ

定義

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

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

プロパティ値

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

適用対象