Share via


ListViewItemPresenter.SelectionIndicatorPressedBrush 屬性

定義

取得或設定筆刷,用來在按下清單檢視專案時呈現清單檢視專案的選取指標。

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

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

屬性值

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

Windows 需求

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

適用於