GridViewItemPresenter.ReorderHintOffset Property

Definition

Gets or sets the amount that the reorder hint is offset.

public:
 property double ReorderHintOffset { double get(); void set(double value); };
double ReorderHintOffset();

void ReorderHintOffset(double value);
public double ReorderHintOffset { get; set; }
var double = gridViewItemPresenter.reorderHintOffset;
gridViewItemPresenter.reorderHintOffset = double;
Public Property ReorderHintOffset As Double
<gridViewItemPresenterReorderHintOffset="themeResourceReference"/>
- or -
<gridViewItemPresenter ReorderHintOffset="double"/>

Property Value

Double

double

The amount that the reorder hint is offset, in pixels. The effective default value at run-time comes from themes.

Remarks

Notes on XAML syntax

The first XAML usage shown is for referencing a theme resource. This is how values for a presenter are typically defined, so that the values can be changed when the theme changes, and potentially so that values can be shared by different templates.

Applies to