ApplicationViewTitleBar.ButtonHoverForegroundColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指针位于标题栏按钮上方时的前景色。
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 = applicationViewTitleBar.buttonHoverForegroundColor;
applicationViewTitleBar.buttonHoverForegroundColor = iReference;
Public Property ButtonHoverForegroundColor As Nullable(Of Color)
属性值
指针位于标题栏按钮上方时的前景色。 (请参阅 Color.)