Colors.ForestGreen 屬性

定義

取得系統定義的色彩,此色彩具有 #FF228B22的 ARGB 值。

public:
 static property System::Windows::Media::Color ForestGreen { System::Windows::Media::Color get(); };
public static System.Windows.Media.Color ForestGreen { get; }
member this.ForestGreen : System.Windows.Media.Color
Public Shared ReadOnly Property ForestGreen As Color

屬性值

Color

表示 Alpha、紅色、綠色及藍色色頻方面的色彩。

備註

如需色彩屬性的詳細資訊,請參閱 Colors

XAML Attribute Usage

<object property="ForestGreen"/>  

適用於