ListViewItemPresenter.CheckBoxPointerOverBrush 属性

定义

获取或设置指针位于检查框上方时用于呈现该框的画笔。

public:
 property Brush ^ CheckBoxPointerOverBrush { Brush ^ get(); void set(Brush ^ value); };
Brush CheckBoxPointerOverBrush();

void CheckBoxPointerOverBrush(Brush value);
public Brush CheckBoxPointerOverBrush { get; set; }
var brush = listViewItemPresenter.checkBoxPointerOverBrush;
listViewItemPresenter.checkBoxPointerOverBrush = brush;
Public Property CheckBoxPointerOverBrush As Brush

属性值

指针位于检查框上方时用于呈现该框的画笔。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

适用于