다음을 통해 공유


ServiceHealthSection.ForegroundColor 속성

정의

섹션의 전경색을 가져오거나 설정합니다.

public:
 property System::String ^ ForegroundColor { System::String ^ get(); void set(System::String ^ value); };
public string ForegroundColor { get; set; }
member this.ForegroundColor : string with get, set
Public Property ForegroundColor As String

속성 값

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

예외

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

설명

속성 값 ForegroundColor 은 16진수 색 문자열입니다. 기본값은 "#0000000" 또는 Color.Black입니다.

적용 대상