ImageEn, unit iexUserInteractions |
|
TIERotateToolInteraction.MouseRotateStep
Declaration
property MouseRotateStep: Integer;
Description
How much to rotate the image when the user clicks the mouse and drags.
Set to 0 to disable mouse support.
Default: 1
// Rotate 10 deg. for each Mouse click
ImageEnView1.RotateTool.MouseRotateStep := 10;
// Disable Mouse support
ImageEnView1.RotateTool.MouseRotateStep := 0;