ImageGear .NET v24.12 - Updated
HandPan Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearMouseToolSettings Class : HandPan Property
Gets or sets an object that provides access to the settings of the hand pan mouse tool.
Syntax
'Declaration
 
Public Property HandPan As ImGearHandPanSettings
'Usage
 
Dim instance As ImGearMouseToolSettings
Dim value As ImGearHandPanSettings
 
instance.HandPan = value
 
value = instance.HandPan
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);
}

Property Value

A ImGearHandPanSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members