Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MultiTouchSettings Class / Pan Property

In This Topic
    Pan Property (MultiTouchSettings)
    In This Topic
    Enables or disables the pan with two fingers.
    Syntax
    'Declaration
     
    Public Property Pan As Boolean
    public bool Pan {get; set;}
    Remarks
    If ZoomSettings.Enabled is false, the 2 fingers pan is also disabled. When the ActionMode is set to actionType.Pan, you can use 1 finger to pan.
    See Also