Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

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


Feedback

Was this page helpful?