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。