ListViewItemPresenter.RevealBackground Propiedad

Definición

Obtiene o establece el pincel utilizado para representar el fondo del efecto reveal.

public:
 property Brush ^ RevealBackground { Brush ^ get(); void set(Brush ^ value); };
Brush RevealBackground();

void RevealBackground(Brush value);
public Brush RevealBackground { get; set; }
var brush = listViewItemPresenter.revealBackground;
listViewItemPresenter.revealBackground = brush;
Public Property RevealBackground As Brush

Valor de propiedad

Pincel utilizado para representar el fondo del efecto reveal.

Requisitos de Windows

Familia de dispositivos
Windows 10 Fall Creators Update (se introdujo en la versión 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v5.0)

Comentarios

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

Se aplica a