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

属性值

用于呈现显示效果背景的画笔。

注解

有关详细信息,请参阅 展示

适用于