Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.5 KB

gridviewitempresenter_pointeroverbackgroundmargin.md

File metadata and controls

38 lines (29 loc) · 1.5 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.GridViewItemPresenter.PointerOverBackgroundMargin
winrt property

Microsoft.UI.Xaml.Controls.Primitives.GridViewItemPresenter.PointerOverBackgroundMargin

-description

Gets or sets the margin of the background displayed for pointer-over input actions in the GridView item cell, versus the cell.

-xaml-syntax

<gridViewItemPresenter PointerOverBackgroundMargin="uniform"/>
- or -
<gridViewItemPresenter PointerOverBackgroundMargin="left&right,top&bottom"/>
- or -
<gridViewItemPresenter PointerOverBackgroundMargin="left,top,right,bottom"/>

-xaml-values

uniform
uniformA numeric value that specifies a uniform Thickness. The uniform value is applied to all four Thickness values (Left, Top, Right, Bottom).
left&right
left&rightA numeric value that specifies the Left and Right values of a symmetrical Thickness.
top&bottom
top&bottomA numeric value that specifies the Top and Bottom values of a symmetrical Thickness.
left,top,right,bottom
left,top,right,bottomFloating-point values that specify the four possible dimension values of a Thickness structure (Left, Top, Right, Bottom).
## -property-value A [Thickness](../microsoft.ui.xaml/thickness.md) value.

-remarks

-examples

-see-also