ServiceHealthSection.BackgroundColor プロパティ

定義

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

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

プロパティ値

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

例外

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

注釈

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

適用対象