ListViewItemPresenter.PointerOverBackgroundMargin Property

Definition

Gets or sets the margin of the background displayed for pointer-over input actions in the ListView item cell, versus the cell. This property is ignored for a Windows 10 app.

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.

Applies to