Share via


AppWindowTitleBar.ButtonHoverForegroundColor 속성

정의

포인터가 위에 있을 때 제목 표시줄 단추의 전경색을 가져오거나 설정합니다.

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

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

속성 값

포인터가 위에 있을 때 제목 표시줄 단추의 전경색입니다. (색을 참조 하세요.)

적용 대상