ImageEn, unit iexUserInteractions

TIERotateToolInteraction.MouseRotateShiftStep

TIERotateToolInteraction.MouseRotateShiftStep

Declaration

property MouseRotateShiftStep: Integer;

Description

How much to rotate the image when the user drags the mouse while the SHIFT key is pressed.

Default: 15

Example

// Only allow 90 deg. rotations
ImageEnView1.RotateTool.MouseRotateStep := 90;