Cursor

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:

  1. IBeam - Is used to show where the text cursor appears when the mouse is clicked. E.g., Text Box

  2. None - Cursor becomes invisible.

  3. Wait - This is also referred to as hourglass.

 

This attribute applies to:

 

Example:

 

<vc:Legend Cursor="Hand" ... />