This property sets whether or not a cursor is displayed in the magnifier.
[Visual Basic] Public Property ShowCursor As
Boolean
[C#] public bool ShowCursor {get; set;}
Property Value
| Value | Explanation | 
|---|---|
| True | Displays a mouse cursor in the magnifier | 
| False | Does not display a mouse cursor in the magnifier (default) | 
Explanation
The ShowCursor property sets whether or not a cursor is displayed in the magnifier.
The default value is false. When this property is set to False, no cursor is displayed in the ImageKit Control.