[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ManipulationModes

ManipulationModes Enum

Specifies how a target control interprets manipulation events. This enumeration is flagwise to facilitate setting multiple modes.

Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
[Flags]
public enum ManipulationModes

Fields

Name Description
All

Enable all manipulation interaction modes.

None

Do not present graphic interaction with manipulation events.

Rotate

Permit manipulation actions that rotate the target.

RotateInertia

Apply inertia to rotate actions.

Scale

Permit manipulation actions that scale the target.

ScaleInertia

Apply inertia to scale actions.

TranslateInertia

Apply inertia to translate actions.

TranslateRailsX

Permit manipulation actions that translate the target on the X axis but using a rails mode.

TranslateRailsY

Permit manipulation actions that translate the target on the Y axis but using a rails mode.

TranslateX

Permit manipulation actions that translate the target on the X axis.

TranslateY

Permit manipulation actions that translate the target on the Y axis.