Share via


Colors.Bisque 属性

定义

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

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

属性值

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

适用于