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.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit