Gets or sets the behavior of the mouse cursor which serves as a pen over the image.
The values have the following meaning:
| None | Clicking the mouse inside the image has no effect. This is the only mode when MouseDown, MouseUp and MouseMove events are raised. |
| Move | Clicking and dragging the mouse over the client area scrolls the image. The user can also use his finger to scroll, he does not need to use the stylus. |
| Crop | Setting this property to Crop value automatically displays the cropping rectangle (its coordinates are taken from the CropBounds property) and user can use the mouse to change the coordinates of this cropping rectangle. |
ImageBox Class | Resco.Controls.ImageBox Namespace