AppWindowTitleBar.ButtonBackgroundColor 속성

정의

제목 표시줄 단추의 배경색을 가져오거나 설정합니다.

public:
 property IReference<Color> ^ ButtonBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ButtonBackgroundColor();

void ButtonBackgroundColor(IReference<Color> value);
public System.Nullable<Color> ButtonBackgroundColor { get; set; }
var iReference = appWindowTitleBar.buttonBackgroundColor;
appWindowTitleBar.buttonBackgroundColor = iReference;
Public Property ButtonBackgroundColor As Nullable(Of Color)

속성 값

제목 표시줄 단추의 배경색입니다.

적용 대상

추가 정보