Colors.LawnGreen プロパティ

定義

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

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

プロパティ値

ARGB 値が #FF7CFC00 のシステム定義色。

適用対象