←Select platform

MinimumScaleFactor Property

Summary

Minimum scale factor allowed.

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

Property Value

The minimum scale factor allowed. Default value is 0.1 (10 percent).

Remarks

ImageViewer contains ImageViewer.MaximumScaleFactor and ImageViewer.MinimumScaleFactor that defines the maximum and minimum scale factor allowed. This mode uses the maximum value defined in ImageViewer.MaximumScaleFactor, but defines its own minimum value set in using this property. This is done to ensure that the image is always visible and can't zoom out to an unreasonable value using this mode.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly