This property sets the shape of the cursor that is used inside the PanWindow.

[Visual Basic] Public Property RectMouseCursor As System.Windows.Input.Cursor
[C#] public System.Windows.Input.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 PanWindow.

The code below illustrates how to set the shape of the cursor to hourglass: (in Visual Basic)

ImageKit1.PanWindow.RectCursor = Cursors.WaitCursor

See Also

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

The ImageKit WPF is created by Newtone Corporation