This property sets whether or not the image in the ImageKit Control can be scrolled by dragging it with the mouse.

[Visual Basic] Public Property MouseDragImage As Boolean
[C#] public bool MouseDragImage {get; set;}

Property Value

Value Explanation
True The image can be scrolled with the mouse
False The image cannot be scrolled with the mouse

Explanation

The MouseDragImage property sets whether or not the image in the ImageKit Control can be scrolled by dragging it with the mouse. When this property is set to True, the image can be scrolled with the mouse.

When the MouseDragImage property is True, annotation functions will be disabled even if the ImageKit.Edit.EditEnabled property is True. Therefore, if you are using the Annotation functions and you want to scroll the image with a mouse drag, set this property to True, then after the image has been dragged, reset this property to False and the Annotation functions will be enabled again.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation