ImageGear for .NET
HandPan Property




Gets or sets an object that provides access to the settings of the hand pan mouse tool.
Syntax
public ImGearHandPanSettings HandPan {get; set;}
public: __property ImGearHandPanSettings* get_HandPan();
public: __property void set_HandPan( 
   ImGearHandPanSettings* value
);
public:
property ImGearHandPanSettings^ HandPan {
   ImGearHandPanSettings^ get();
   void set (    ImGearHandPanSettings^ value);
}
'Declaration
 
Public Property HandPan As ImGearHandPanSettings
 
'Usage
 
Dim instance As ImGearMouseToolSettings
Dim value As ImGearHandPanSettings
 
instance.HandPan = value
 
value = instance.HandPan

Property Value

A ImGearHandPanSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback