GestureRecognizer.PivotRadius | pivotRadius property

Expand Minimize
This topic has not yet been rated - Rate this topic

Gets or sets the radius, from the PivotCenter to the pointer input, for a rotation interaction when single pointer input is detected.

Syntax


var pivotRadius = gestureRecognizer.pivotRadius;
gestureRecognizer.pivotRadius = pivotRadius;

Property value

Type: Number [JavaScript] | System.Single [.NET] | float32 [C++]

The offset between the PivotCenter point and the single pointer input, in 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.

Windows Phone 8

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.UI.Input
Windows::UI::Input [C++]

Metadata

Windows.winmd

See also

GestureRecognizer

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.