ListViewItemPresenter.RevealBackgroundShowsAboveContent Property

Definition

Gets or sets a value that indicates whether the reveal backgound is shown on top of the content.

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

Property Value

Boolean

bool

true if the reveal backgound is shown on top of the content; otherwise, false.

Remarks

For more info, see Reveal.

Applies to