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

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