Share via


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입니다.

설명

자세한 내용은 표시를 참조 하세요.

적용 대상