ListViewItemPresenter.CheckBoxSelectedPointerOverBrush 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于在指针悬停在选定检查框上呈现的画笔。
public:
property Brush ^ CheckBoxSelectedPointerOverBrush { Brush ^ get(); void set(Brush ^ value); };
Brush CheckBoxSelectedPointerOverBrush();
void CheckBoxSelectedPointerOverBrush(Brush value);
public Brush CheckBoxSelectedPointerOverBrush { get; set; }
var brush = listViewItemPresenter.checkBoxSelectedPointerOverBrush;
listViewItemPresenter.checkBoxSelectedPointerOverBrush = brush;
Public Property CheckBoxSelectedPointerOverBrush As Brush
属性值
指针悬停在选定检查框上时用于呈现该框的画笔。
Windows 要求
设备系列 |
Windows 11 (在 10.0.22000.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
|