Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationModes Enumeration


ManipulationModes Enumeration
Specifies how a target control interprets manipulation events. This enumeration is flagwise to facilitate setting multiple modes.
Syntax
'Declaration
 
Public Enum ManipulationModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ManipulationModes
Members
MemberDescription
AllEnables all manipulation interaction modes.
NoneDoes not present graphic interaction with manipulation events.
RotatePermits manipulation actions that rotate the target.
RotateInertiaApplies inertia to rotate actions.
ScalePermits manipulation actions that scale the target.
ScaleInertiaApplies inertia to scale actions.
TranslateInertiaApplies inertia to translate actions.
TranslateRailsXPermits manipulation actions that translate the target on the x-axis using a rails mode.
TranslateRailsYPermits manipulation actions that translate the target on the y-axis using a rails mode.
TranslateXPermits manipulation actions that translate the target on the x-axis.
TranslateYPermits manipulation actions that translate the target on the y-axis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Touch.ManipulationModes

See Also