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.

Comentarios

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

Se aplica a