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.

Remarks

For more info, see Reveal.

Applies to