ListViewItemPresenter.RevealBorderThickness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.