ListViewItemPresenter.RevealBackgroundShowsAboveContent 属性

定义

获取或设置一个值,该值指示是否在内容顶部显示显示后盾。

public:
 property bool RevealBackgroundShowsAboveContent { bool get(); void set(bool value); };
bool RevealBackgroundShowsAboveContent();

void RevealBackgroundShowsAboveContent(bool value);
public bool RevealBackgroundShowsAboveContent { get; set; }
var boolean = listViewItemPresenter.revealBackgroundShowsAboveContent;
listViewItemPresenter.revealBackgroundShowsAboveContent = boolean;
Public Property RevealBackgroundShowsAboveContent As Boolean

属性值

Boolean

bool

如果显示后盾显示在内容顶部,则为 true;否则为 false

Windows 要求

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

注解

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

适用于