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)

属性值

指针悬停在标题栏按钮上时的前景色。 (请参阅 color.)

适用于