ApplicationViewTitleBar.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 = applicationViewTitleBar.buttonHoverBackgroundColor;
applicationViewTitleBar.buttonHoverBackgroundColor = iReference;
Public Property ButtonHoverBackgroundColor As Nullable(Of Color)

属性值

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

适用于