Eyeshot 10 WinForms API Reference
Pan Property (MultiTouchSettings)

WinForms Assembly > devDept.Eyeshot Namespace > MultiTouchSettings Class : Pan Property
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

Reference

MultiTouchSettings Class
MultiTouchSettings Members