ServiceHealthSection.BackgroundColor Property

Definition

Gets or sets the background color of the section.

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

Property Value

A string that represents the background color of the section.

Exceptions

The string in a set operation is null, Empty, or consists only of whitespace characters.

Remarks

The value of the BackgroundColor property is a hexadecimal color string. The default value is ""#ffffff", or Color.Transparent.

Applies to