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

속성 값

섹션의 배경색을 나타내는 문자열입니다.

예외

세트 작업의 문자열은 null, Empty 또는 공백 문자로만 구성되어 있습니다.

설명

속성 값 BackgroundColor 은 16진수 색 문자열입니다. 기본값은 ""#ffffff" 또는 Color.Transparent입니다.

적용 대상