Share via


ListViewItemPresenter.SelectionIndicatorBrush 屬性

定義

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

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

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

屬性值

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

Windows 需求

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

適用於