Gets or sets the sensitivity (how much to zoom in) when zooming in via double tapping.
This setting only applies when MouseMode is set to Touch.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Property Value
Type: DoubleThe double tap zoom sensitivity, default value is 2.5. The double tap zoom sensitivity cannot be less than or equal to 1.
Events
| Event Type | Reason |
|---|---|
| CogDisplay Changed | Fires when the property value is changed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if value is less than or equal to 1. |
See Also