Gets or sets the sensitivity of the mouse wheel when zooming in the display.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Property Value
Type: DoubleThe mouse wheel sensitivity, default value is 1.0. The mouse wheel sensitivity cannot be less than 0.
Events
| Event Type | Reason |
|---|---|
| CogDisplay Changed | Fires when the property value is changed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if value is less than 0 |
Remarks
MouseWheelSensitivity is ignored if MouseWheelMode is None
See Also