ServiceHealthSection.BackgroundColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定區段的背景色彩。
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
屬性值
表示區段背景色彩的字串。
例外狀況
設定作業中的字串為 null
、Empty 或只由空白字元組成。
備註
屬性的值 BackgroundColor
是十六進位色彩字串。 預設值為 「」#ffffff「,或 Color.Transparent 。