MouseCursor Enumeration

Specifies the image used to represent the mouse pointer.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value Description
Default Specifies that an element expresses no cursor preference. If the element's parent specifies a cursor, that cursor is displayed.
Arrow An arrow cursor. This is typically the default cursor.
The Arrow cursor
Hand A hand cursor. This cursor typically indicates that the pointer is over a link.
The Hand cursor.
Wait A wait (or hourglass) cursor. This cursor typically indicates that the runtime is busy performing an operation.
The Wait cursor
IBeam An I-beam cursor. This cursor typically indicates that text can be manipulated or selected.
The I-beam cursor
Stylus A stylus cursor. This cursor typically indicates that pen input is being captured.
The Stylus cursor
Eraser An eraser cursor. This cursor typically indicates that previous pen input is being deliberately erased.
The eraser cursor
None No cursor.
No cursor

Applies To

Cursor Property

Remarks

There is no hard restriction, but the Stylus and Eraser cursors are generally only used for ink operations.

See Also

Ink Support in Microsoft Silverlight
Silverlight Mouse Support