GestureRecognizer.PivotCenter Property

Gets or sets the center point for a rotation interaction when single pointer input is detected.

Syntax

public:
property Point PivotCenter {
         Point get ();
         void set (Point value);
}  

Property value

Type: Point 

The screen location for the center of rotation, in device-independent pixels (DIPs).

Remarks

This property is used only when single pointer input is detected. It has no effect on multiple pointer input.

The value for this property should be updated regularly during the interaction.

Rotation is supported by a GestureRecognizer only when manipulationRotate is set through the GestureSettings property.

Rotation is not supported for single pointer input if the value of PivotRadius is set to 0.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace