←Select platform

MinimumScaleFactor Property

Summary

Gets or sets the minimum scale factor allowed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public double MinimumScaleFactor {get; set;} 
Public Property MinimumScaleFactor As Double 
public double MinimumScaleFactor {get; set;} 
@property (nonatomic, assign) double minimumScaleFactor 
public float getMinimumScaleFactor() 
public void setMinimumScaleFactor(float minimumScaleFactor) 
             
  
get_MinimumScaleFactor(); 
set_MinimumScaleFactor(value); 
Object.defineProperty('MinimumScaleFactor');  

Property Value

The minimum scale factor allowed. The 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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)