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

适用于