TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationModes Enumeration

In This Topic
    ManipulationModes Enumeration
    In This Topic
    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
    public enum ManipulationModes : System.Enum 
    Members
    MemberDescription
    AllEnable all manipulation interaction modes.
    NoneDo not present graphic interaction with manipulation events.
    RotatePermit manipulation actions that rotate the target.
    RotateInertiaApply inertia to rotate actions.
    ScalePermit manipulation actions that scale the target.
    ScaleInertiaApply inertia to scale actions.
    TranslateInertiaApply inertia to translate actions.
    TranslateRailsXPermit manipulation actions that translate the target on the X axis but using a rails mode.
    TranslateRailsYPermit manipulation actions that translate the target on the Y axis but using a rails mode.
    TranslateXPermit manipulation actions that translate the target on the X axis.
    TranslateYPermit manipulation actions that translate the target on the Y axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.ManipulationModes

    See Also