ListViewItemPresenter.RevealBackgroundShowsAboveContent Propiedad

Definición

Obtiene o establece un valor que indica si el backgound reveal se muestra encima del contenido.

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

Valor de propiedad

Boolean

bool

true si se muestra el backgound reveal encima del contenido; de lo contrario, false.

Comentarios

Para obtener más información, consulta Reveal.

Se aplica a