Share via


ListViewItemPresenter.RevealBackground 屬性

定義

取得或設定用來呈現顯色效果背景的筆刷。

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

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

屬性值

用來呈現顯色效果背景的筆刷。

備註

如需詳細資訊,請參閱 顯色

適用於