This attribute sets the pointer that displays when the user moves the mouse over an element.
Format:
Cursor="Arrow"
Following is the list of values applicable to Cursor:
|
Value |
|
Arrrow |
|
Eraser |
|
Hand |
|
IBeam |
|
None |
|
SizeNS |
|
SizeWE |
|
Stylus |
|
Wait |
Note:
IBeam - Is used to show where the text cursor appears when the mouse is clicked. E.g., Text Box
None - Cursor becomes invisible.
Wait - This is also referred to as hourglass.
This attribute applies to:
Example:
<vc:Legend Cursor="Hand" ... />