Condividi tramite


ListViewItemPresenter.RevealBackground Proprietà

Definizione

Ottiene o imposta il pennello utilizzato per eseguire il rendering dello sfondo dell'effetto 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

Valore della proprietà

Pennello utilizzato per eseguire il rendering dello sfondo dell'effetto reveal.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)

Commenti

Per altre info, vedi Reveal.

Si applica a