This property sets the shape of the mouse cursor when the mouse is dragged within the ImageKit Control.

[Visual Basic]Public Property RectMouseCursor As System.Windows.Input.Cursor
[C#]public System.Windows.Input.Cursor RectMouseCursor {get; set;}

Property Value

A value of type System.Windows.Input.Cursor

The default value is Cursors.SizeAll.

Explanation

The RectMouseCursor property sets the shape of the mouse cursor when the mouse is dragged within the ImageKit Control.

The following code illustrates how to set the shape of the mouse cursor to Hourglass:

ImageKit1.RectCursor = Cursors.WaitCursor

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation