ListViewItemPresenter.SelectionIndicatorPointerOverBrush 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定筆刷,這個筆刷用來在指標上方時呈現清單檢視專案的選取指標。
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
屬性值
筆刷,用來在指標上方呈現清單檢視專案的選取指標。