ImageGear .NET
PanButton Property (ImGearPan)
Example 




Gets or sets the mouse button used for panning.
Syntax
public MouseButtons PanButton {get; set;}
public: __property MouseButtons get_PanButton();
public: __property void set_PanButton( 
   MouseButtons value
);
public:
property MouseButtons PanButton {
   MouseButtons get();
   void set (    MouseButtons value);
}
'Declaration
 
Public Property PanButton As MouseButtons
 
'Usage
 
Dim instance As ImGearPan
Dim value As MouseButtons
 
instance.PanButton = value
 
value = instance.PanButton

Property Value

System.Windows.Forms.MouseButtons value. Default value is Left.
Remarks
This value is the dragging mouse button of the ImGearPageView object that is assigned to the SourceView property.
Example
igPan.PanButton = System.Windows.Forms.MouseButtons.Left;
igPan.PanButton = System.Windows.Forms.MouseButtons.Left
See Also

Reference

ImGearPan Class
ImGearPan Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback