ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : Cursor Property |
'Declaration Public Property Cursor As Cursor
'Usage Dim instance As ImGearPan Dim value As Cursor instance.Cursor = value value = instance.Cursor
public Cursor Cursor {get; set;}
igPan.Cursor = System.Windows.Forms.Cursors.Hand;
igPan.Cursor = System.Windows.Forms.Cursors.Hand