[]
        
(Showing Draft Content)

C1.Win.Touch.TouchConfiguration

TouchConfiguration Class

Specifies parameters for the manipulation and inertia processors.

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

Properties

Name Description
AllowPanningFeedback

Gets or sets whether the control shows a visual cue when a user reaches the end of a pannable area.

AngularDeceleration

Gets or sets the angular deceleration of an inertia processor, in radians per millisecond squared.

MinimumScaleRotateRadius

Gets or sets the minimum radius, in DIPs, necessary for a manipulator to participate in scaling and rotation.

PanningAnimateBack

Indicates whether the control positioning reset should incorporate a smooth animation after showing panning feedback. Set this property to false if the original position of the control needs to be restored immediately.

PivotX

Gets or sets the X position of the pivot, in DIPs.

PivotY

Gets or sets the Y position of the pivot, in DIPs.

RailsDisplacement

Gets or sets the displacement before applying rails.

SupportedManipulations

Gets or sets the current set of supported manipulations.

TranslationDeceleration

Gets or sets the translation deceleration of an inertia processor, in DIPs per millisecond squared.

UseRails

Indicates that motions off the primary axis of motion are ignored.