ListViewItemPresenter.PointerOverBackgroundMargin 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.
public:
property Thickness PointerOverBackgroundMargin { Thickness get(); void set(Thickness value); };
Thickness PointerOverBackgroundMargin();
void PointerOverBackgroundMargin(Thickness value);
public Thickness PointerOverBackgroundMargin { get; set; }
var thickness = listViewItemPresenter.pointerOverBackgroundMargin;
listViewItemPresenter.pointerOverBackgroundMargin = thickness;
Public Property PointerOverBackgroundMargin As Thickness
<listViewItemPresenter PointerOverBackgroundMargin="uniform"/>
- or -
<listViewItemPresenter PointerOverBackgroundMargin="left&right,top&bottom"/>
- or -
<listViewItemPresenter PointerOverBackgroundMargin="left,top,right,bottom"/>
Property Value
A Thickness value.