Sets/Gets the number of times double tapping (double clicking) on the
Display will zoom in before a final double tap will restore the
original zoom/pan settings.
DoubleTapZoomCycleLength only applies when MouseMode is set to Touch.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Property Value
Type: Int32Default value is 1.0. The DoubleTapZoomCycleLength cannot be less than 1.
Events
| Event Type | Reason |
|---|---|
| CogDisplay Changed | Fires when the property value is changed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if value is less than 1. |
See Also