CogDisplay DoubleTapZoomSensitivity Property Cognex VisionPro 9.8 SR1
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.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public virtual double DoubleTapZoomSensitivity { get; set; }

Property Value

Type: Double
The double tap zoom sensitivity, default value is 2.5. The double tap zoom sensitivity cannot be less than or equal to 1.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if value is less than or equal to 1.
See Also