PanManipulator
¶
Pan input manipulator recognizes a pan gesture from the incoming touch events. It generates messages for different phases of the pan gesture. You can use these messages to implement the logic to move nodes, to pan or to flick scrollable content. For example, you can use the pan input manipulator to scroll a map.
To receive the pan move events, add message handler for the MovedMessage.
Inherits properties and message types from PanManipulatorMetadata.