←Select platform

EnablePan Property

Summary

Indicates whether to enable panning.

Syntax
C#
Objective-C
C++/CLI
public virtual bool EnablePan { get; set; } 
@property (nonatomic, assign) BOOL enablePan; 
public:  
   virtual property bool EnablePan 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to enable panning; otherwise, it is false. The default value is true.

Remarks

Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Controls Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.