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

注解

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

适用于