Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

ScaleFactor Property (MagnifyGlass)






Gets or sets the zoom factor used to display the magnified image. This is a dependency property.
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:
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

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

Error processing SSI file