In This Topic
Gets or sets the zoom level value. 0 is no zoom, 1 - x2 zoom and so on. Valid values are from 0 to 20.
The default is 0.
Ignored if
AutoZoom is true.
Syntax
'Declaration
Public Property ZoomLevel As Double
public double ZoomLevel {get; set;}
See Also