Share via


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 是十六進位色彩字串。 預設值為 「」#ffffff「,或 Color.Transparent

適用於