Search
MapView.ZoomFactor Property
See Also
 






Gets or sets the current zoom level.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

public double ZoomFactor { get; set; }

Visual Basic  Copy Code

Public Property ZoomFactor As Double

 Property Value

A double value specifying the zoom level. The default value is 1.

 See Also