MouseCursor Enumeration
Specifies the image used to represent the mouse pointer.
XAML |
<object property="EnumerationValue" .../>
|
Scripting |
value = "EnumerationValue"
|
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.![]() |
Hand | A hand cursor. This cursor typically indicates that the pointer is over a link.![]() |
Wait | A wait (or hourglass) cursor. This cursor typically indicates that the runtime is busy performing an operation.![]() |
IBeam | An I-beam cursor. This cursor typically indicates that text can be manipulated or selected.![]() |
Stylus | A stylus cursor. This cursor typically indicates that pen input is being captured.![]() |
Eraser | An eraser cursor. This cursor typically indicates that previous pen input is being deliberately erased.![]() |
None | No cursor.![]() |
There is no hard restriction, but the Stylus and Eraser cursors are generally only used for ink operations.
Ink Support in Microsoft Silverlight
Silverlight Mouse Support