LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

ScaleFactor Property (MagnifyGlass)






Gets or sets the zoom factor used to display the magnified image. This is a dependency property. .NET support Silverlight support
Syntax
public double ScaleFactor {get; set;}
'Declaration
 
Public Property ScaleFactor As Double
'Usage
 
Dim instance As MagnifyGlass
Dim value As Double
 
instance.ScaleFactor = value
 
value = instance.ScaleFactor
public double ScaleFactor {get; set;}
 get_ScaleFactor();
set_ScaleFactor(value);
public:
property double ScaleFactor {
   double get();
   void set (    double value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.