RadControls for Silverlight

Types of cursors available

Namespace: Telerik.Windows.Documents.UI.Adorner
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.1050

Syntax

C#
public enum CursorType
Visual Basic
Public Enumeration CursorType

Members

Member nameValueDescription
None0 No cursor shown
Default1 The default cursor (typically SystemArrow)
SystemArrow2
SystemEraser3
SystemHand4
SystemIBeam5
SystemSizeNS6
SystemSizeWE7
SystemStylus8
SystemWait9
Size10 Size cursor that supports angle
Move11 Move cursor

See Also