ImageGear for .NET
Cursor Property
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : Cursor Property




Glossary Item Box

Gets or sets the cursor used while panning page area.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

System.Windows.Forms.Cursor class.

Example

C#Copy Code
igPan.Cursor = System.Windows.Forms.Cursors.Hand;
Visual BasicCopy Code
igPan.Cursor = System.Windows.Forms.Cursors.Hand

See Also

©2013. Accusoft Corporation. All Rights Reserved.