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
- Namespace:
- Windows.UI.Xaml.Controls.Primitives
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.
Applies to
Feedback
Was this page helpful?
