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