ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMouseToolSettings Class / HandPan Property




In This Topic
    HandPan Property
    In This Topic
    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