Compartilhar via


ListViewItemPresenter.RevealBackground Propriedade

Definição

Obtém ou define o pincel usado para renderizar a tela de fundo do efeito de revelação.

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 da propriedade

O pincel usado para renderizar a tela de fundo do efeito de revelação.

Comentários

Para obter mais informações, consulte Revelação.

Aplica-se a