ShowSizeMarkers
ShowImageBorders
ActiveImage
FadeWhenInactive
Flip
Image
ImageMargin
Rotation
ShowActiveImage
ActiveImage
will be applied on mouse-hover.ShowCursorChanges
ToolTipText
IsZoomedIn
Zoom
property has been deprecated and is now replaced with the ImageMargin
property; you may still continue to use the Zoom
property as the new control provides backward-compatibility with all the currently existing properties. Likewise, the ImageActive
property has been deprecated and replaced with the property ActiveImage
; the ImageActive
property is however still supported and thus can be used in all existing projects.ActiveImageChanged
ActiveImage
property has been changed.AllowZoomingChanged
AllowZooming
property has been changed.FadeWhenInactive
FadeWhenInactive
property has been changed.FlipChanged
ImageChanged
ImageMarginChanged
ImageMargin
property has been changed.RotationChanged
Rotation
property has been changed.ShowCursorChangesChanged
ShowCursorChanges
property has been changed.ZoomedIn
ZoomedOut
ZoomIn()
ZoomOut()
Rotate
Rotate(
angle [integer]
,
allowAnimation [boolean]
,
animationSpeed [integer]
)
: animationSpeed
parameter, which comes as the very last parameter option to change. By default, the animation speed is set to 500 milliseconds. The higher the speed the slower the animation, while the lower or lesser the speed the faster the animation.