←Select platform

ZoomAtWorkBoundsCenter Property

Summary

Indicates whether the zoom origin is always the work bounds center.

Syntax

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

Property Value

true to set the zoom origin as the work bounds center; otherwise, it is false. The default value is false.

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly