ListViewItemPresenter.SelectionIndicatorPointerOverBrush 属性

定义

获取或设置在指针悬停在列表视图项上时用于呈现列表视图项的选择指示器的画笔。

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

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

属性值

指针悬停在列表视图项上方时用于呈现列表视图项的选择指示器的画笔。

Windows 要求

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

适用于