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

In This Topic
    ZoomManipulationModes 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 ZoomManipulationModes 
       Inherits System.Enum
    public enum ZoomManipulationModes : System.Enum 
    Members
    MemberDescription
    AllEnable all manipulation interaction modes.
    NoneDo not present graphic interaction with manipulation events.
    PanPermit manipulation actions that translate the target.
    ZoomPermit manipulation actions that zoom the target.
    Inheritance Hierarchy

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

    Requirements

    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

    See Also