Share via


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

屬性值

筆刷,用來在指標上方呈現清單檢視專案的選取指標。

適用於