Share via


Colors.YellowGreen 属性

定义

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

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

属性值

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

适用于