This property sets the shape of the cursor that is used inside the Pan Window.
[Visual Basic] Public Property RectMouseCursor
As Cursor
[C#] public Cursor RectMouseCursor {get;
set;}
Property Value
The members of the Cursors class for .NET Framework
The default value is Cursors.SizeAll.
Explanation
The RectMouseCursor property sets the shape of the cursor that is used inside the Pan Window.
The code below illustrates how to set the shape of the cursor to hourglass: (in Visual Basic)
ImageKit1.PanWindow.RectCursor = Cursors.WaitCursor