ImageEn, unit iexUserInteractions

TIERotateToolInteraction.MouseSensitivity

TIERotateToolInteraction.MouseSensitivity


Declaration

property MouseSensitivity: Double;


Description

Specify how much the mouse must be dragged to trigger a MouseRotateStep
Typical range is 0.1 to 10.

Note: This is not a fixed value, it is related to the control size.

Default: 1


Example

// Increase the sensitivity of mouse movement
ImageEnView1.RotateTool.MouseSensitivity := 1.5;