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

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