MobileForms Toolkit Documentation

PenMode Enumeration

Enumerates the valid values of the PenMode property.

public enum PenMode

Members

Member Name Description
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.

Requirements

Namespace: Resco.Controls.ImageBox

Assembly: Resco.ImageBox.CF3 (in Resco.ImageBox.CF3.dll)

See Also

Resco.Controls.ImageBox Namespace