'Declaration
Public Enum ManipulationModes Inherits System.Enum
public enum ManipulationModes : System.Enum
'Declaration
Public Enum ManipulationModes Inherits System.Enum
public enum ManipulationModes : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.TouchToolKit.ManipulationModes
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2