ListViewItemPresenter.RevealBorderBrush Property

Definition

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

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

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

Property Value

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

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

For more info, see Reveal.

Applies to