Share via


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 的系统定义颜色。

适用于