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. .png) |
| Hand | A hand cursor. This cursor typically indicates that the pointer
is over a link. .png) |
| Wait | A wait (or hourglass) cursor. This cursor typically indicates
that the runtime is busy performing an operation. .png) |
| IBeam | An I-beam cursor. This cursor typically indicates
that text can be manipulated or selected. .png) |
| Stylus | A stylus cursor. This cursor typically indicates
that pen input is being captured. .png) |
| Eraser | An eraser cursor. This cursor typically indicates
that previous pen input is being deliberately erased. .png) |
| None | No cursor. .png) |
Applies To
Cursor Property
See Also
Ink Support in Microsoft Silverlight
Silverlight Mouse Support