ImageGear .NET v24.12 - Updated
SourceViewCursor Property
Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : SourceViewCursor Property
Gets or sets the cursor used while panning page area.
Syntax
'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;}
public: __property Cursor* get_SourceViewCursor();
public: __property void set_SourceViewCursor( 
   Cursor* value
);
public:
property Cursor^ SourceViewCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

System.Windows.Forms.Cursor class. Default value is System.Windows.Forms.Cursors.Hand.
Remarks
This property value is used in the ImGearPageView object that is assigned to the SourceView property during the dragging process.
Example
igPan.Cursor = System.Windows.Forms.Cursors.Hand;
igPan.Cursor = System.Windows.Forms.Cursors.Hand
See Also

Reference

ImGearPan Class
ImGearPan Members