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

属性值

当指针位于列表视图项上方时,用于呈现列表视图项的选择指示器的画笔。

适用于