The default magnification factor in the Magnifier window.
Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("Magnify")>
<ResDescriptionAttribute("The default magnification factor. If the factor is 2, then the Magnifier window displays the map at twice the scale of the main map.")>
Public Property MagnificationFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Magnifier
Dim value As Integer
instance.MagnificationFactor = value
value = instance.MagnificationFactor |
C# | |
---|
[ResCategoryAttribute("Magnify")]
[ResDescriptionAttribute("The default magnification factor. If the factor is 2, then the Magnifier window displays the map at twice the scale of the main map.")]
public int MagnificationFactor {get; set;} |
Property Value
Integer value for the magnification factor.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also