ServiceHealthSection.ForegroundColor プロパティ

定義

セクションの前景色を取得または設定します。

public:
 property System::String ^ ForegroundColor { System::String ^ get(); void set(System::String ^ value); };
public string ForegroundColor { get; set; }
member this.ForegroundColor : string with get, set
Public Property ForegroundColor As String

プロパティ値

セクションの前景色を表す文字列。

例外

セット操作での文字列は、nullEmpty とするか、または空白文字のみで構成します。

注釈

プロパティの ForegroundColor 値は、16 進数の色の文字列です。 既定値は "#000000" または Color.Blackです。

適用対象