Gets or sets the zoom factor used to display the magnified image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ScaleFactor As Double |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MagnifyGlass
Dim value As Double
instance.ScaleFactor = value
value = instance.ScaleFactor
|
C# | |
---|
public double ScaleFactor {get; set;} |
XAML Attributes Usage | |
---|
<object ScaleFactor=double .../> |
XAML Attributes Usage | |
---|
<object ScaleFactor=double .../> |
Return Value
The zoom factor used to display the magnified image.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also