←Select platform

EnableZoom Property

Summary

Indicates whether to enable zooming.

Syntax
C#
VB
C++
public virtual bool EnableZoom { get; set; } 
Public Overridable Property EnableZoom() As Boolean 
   Get 
   Set 
public:  
   virtual property bool EnableZoom 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to enable zooming; 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.