[]
        
(Showing Draft Content)

C1.Win.Touch.TouchManipulation

TouchManipulation Class

Represents a result of the touch manipulation.

Inheritance
TouchManipulation
Namespace: C1.Win.Touch
Assembly: C1.Win.8.dll
Syntax
public class TouchManipulation

Properties

Name Description
Configuration

Gets the parameters of the touch interaction.

End

Indicates the end of an interaction (including inertia).

HasOverpan

Indicates if the panning feedback offset is specified.

Inertia

Indicates if the interaction has triggered inertia.

OriginX

Gets the new x-coordinate of the composite position of the manipulation, in DIPs.

OriginY

Gets the new y-coordinate of the composite position of the manipulation, in DIPs.

OverpanOffsetX

Gets or sets a value that indicates how far past the horizontal end of the pannable region the pan has gone. This property should be updated by the user if TouchProcessor.AllowPanningFeedback is set to true.

OverpanOffsetY

Gets or sets a value that indicates how far past the vertical end of the pannable region the pan has gone. This property should be updated by the user if TouchProcessor.AllowPanningFeedback is set to true.

Start

Indicates the start of an interaction.

Transform

Gets the cumulative result of the manipulation.