This property sets whether or not a mouse click is enabled within the pan window.
[Visual Basic] Public Property EnableClick As
Boolean
[C#] public bool EnableClick {get; set;}
Property Value
Value | Explanation |
---|---|
True | The mouse click is enabled within the pan window |
False | The mouse click is disabled within the pan window (Default value) |
Explanation
The EnableClick property sets whether or not a mouse click is enabled within the pan window.
When True and the left mouse button is clicked inside the pan window (but outside the rectangle in the pan window), the image in the ImageKit Control will be centered at the click location. The rectangle in the pan window will also be centered at the click location.