←Select platform

ScaleFactor Property

Summary

Gets or sets the zoom factor used to display the magnified image. This is a dependency property.

Syntax

C#
VB
C++
public double ScaleFactor { get; set; } 
  
Public Property ScaleFactor As Double 
public: 
property double ScaleFactor { 
   double get(); 
   void set (    double ); 
} 

Property Value

The zoom factor used to display the magnified image. Default value is 2.0 for 200 percent scaling.

Remarks

In WPF Express, default is 2.0

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

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.Windows.Controls Assembly