Share via


ListViewItemPresenter.SelectedDisabledBackground 屬性

定義

取得或設定筆刷,用於在選取停用清單檢視項目時呈現其背景。

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

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

屬性值

筆刷,用來在選取時呈現停用清單檢視專案的背景。

適用於