This property sets the shape of the default cursor used within the ImageKit Control

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

Property Value

Values are of type System.Windows.Input.Cursor

Explanation

This property sets the shape of the default cursor used within the ImageKit Control.

Example:

ImageKit1.DefaultMouseCurser = Cursors.WaitCursor

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation