Share via


Colors.AntiqueWhite 属性

定义

获取 ARGB 值为 #FFFAEBD7 的系统定义颜色。

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

属性值

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

适用于