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

属性值

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

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

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

适用于