AppWindowTitleBar.ButtonPressedForegroundColor 속성

정의

제목 표시줄 단추가 누를 때 전경색을 가져오거나 설정합니다.

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

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

속성 값

제목 표시줄 단추를 누를 때의 전경색입니다. (색을 참조 하세요.)

적용 대상