Gets or sets the center point for a rotation interaction when single pointer input is detected.
Syntax
var pivotCenter = gestureRecognizer.pivotCenter;
gestureRecognizer.pivotCenter = pivotCenter;
Property value
Type: Point
The screen location for the center of rotation, 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 |
|
|
Metadata |
|
See also
Build date: 2/25/2013