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

屬性值

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

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

適用於