ListViewItemPresenter.RevealBorderThickness Property

Definition

Gets or sets the thickness of the border of the reveal effect.

public:
 property Thickness RevealBorderThickness { Thickness get(); void set(Thickness value); };
Thickness RevealBorderThickness();

void RevealBorderThickness(Thickness value);
public Thickness RevealBorderThickness { get; set; }
var thickness = listViewItemPresenter.revealBorderThickness;
listViewItemPresenter.revealBorderThickness = thickness;
Public Property RevealBorderThickness As Thickness

Property Value

The thickness of 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