This property sets whether or not a mouse click is enabled within the PanWindow.

[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 PanWindow
False The mouse click is disabled within the PanWindow (Default value)

Explanation

The EnableClick property sets whether or not a mouse click is enabled within the PanWindow.

When True and the left mouse button is clicked inside the PanWindow (but outside the rectangle in the PanWindow), the image in the ImageKit Control will be centered at the click location. The rectangle in the PanWindow will also be centered at the click location.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation