ImageGear .NET - Updated March 30, 2018
DestinationViewCursor Property




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : DestinationViewCursor Property
Gets or sets the cursor while navigation rectangle is panning.
Syntax
'Declaration
 
Public Property DestinationViewCursor As Cursor
 
'Usage
 
Dim instance As ImGearPan
Dim value As Cursor
 
instance.DestinationViewCursor = value
 
value = instance.DestinationViewCursor

Property Value

System.Windows.Forms.Cursor class. Default value is System.Windows.Forms.Cursors.Hand.
See Also

Reference

ImGearPan Class
ImGearPan Members