AppWindowTitleBar.ButtonHoverBackgroundColor 属性

定义

获取或设置指针位于标题栏按钮上时的背景色。

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

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

属性值

指针悬停在标题栏按钮上时的背景色。

适用于

另请参阅