'Declaration
Public Enum ManipulationModes Inherits System.Enum
'Usage
Dim instance As ManipulationModes
public enum ManipulationModes : System.Enum
'Declaration
Public Enum ManipulationModes Inherits System.Enum
'Usage
Dim instance As ManipulationModes
public enum ManipulationModes : System.Enum
Member | Description |
---|---|
All | Enables all manipulation interaction modes. |
None | Does not present graphic interaction with manipulation events. |
Rotate | Permits manipulation actions that rotate the target. |
RotateInertia | Applies inertia to rotate actions. |
Scale | Permits manipulation actions that scale the target. |
ScaleInertia | Applies inertia to scale actions. |
TranslateInertia | Applies inertia to translate actions. |
TranslateRailsX | Permits manipulation actions that translate the target on the x-axis using a rails mode. |
TranslateRailsY | Permits manipulation actions that translate the target on the y-axis using a rails mode. |
TranslateX | Permits manipulation actions that translate the target on the x-axis. |
TranslateY | Permits manipulation actions that translate the target on the y-axis. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Touch.ManipulationModes