ListViewItemPresenter.RevealBackgroundShowsAboveContent Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anzeigerückseite über dem Inhalt angezeigt wird, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

true , wenn die Anzeigerückseite oben auf dem Inhalt angezeigt wird; andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Hinweise

Weitere Informationen finden Sie unter Anzeigen.

Gilt für: