Share via


ListViewItemPresenter.RevealBackground Property

Definition

Gets or sets the brush used to render the background of the reveal effect.

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

Property Value

The brush used to render the background of the reveal effect.

Remarks

For more info, see Reveal.

Applies to