Class ZoomBuilder
Inheritance
System.Object
ZoomBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
Constructors
ZoomBuilder(ZoomSettings, MapProperties)
Declaration
public ZoomBuilder(ZoomSettings zoomSettings, MapProperties map)
Parameters
Fields
mapProperties
Declaration
public MapProperties mapProperties
Field Value
zoomSettings
Declaration
public ZoomSettings zoomSettings
Field Value
Methods
AnimationDuration(Double)
Declaration
public ZoomBuilder AnimationDuration(double animationDuration)
Parameters
| Type |
Name |
Description |
| System.Double |
animationDuration |
|
Returns
EnableMouseWheelZoom(Boolean)
Declaration
public ZoomBuilder EnableMouseWheelZoom(bool mouseWheelZoom)
Parameters
| Type |
Name |
Description |
| System.Boolean |
mouseWheelZoom |
|
Returns
EnableZoom(Boolean)
Declaration
public ZoomBuilder EnableZoom(bool enableZoom)
Parameters
| Type |
Name |
Description |
| System.Boolean |
enableZoom |
|
Returns
EnableZoomOnSelection(Boolean)
Declaration
public ZoomBuilder EnableZoomOnSelection(bool zoomOnSelection)
Parameters
| Type |
Name |
Description |
| System.Boolean |
zoomOnSelection |
|
Returns
Factor(Double)
Declaration
public ZoomBuilder Factor(double zoomFactor)
Parameters
| Type |
Name |
Description |
| System.Double |
zoomFactor |
|
Returns
Level(Double)
Declaration
public ZoomBuilder Level(double zoomLevel)
Parameters
| Type |
Name |
Description |
| System.Double |
zoomLevel |
|
Returns
MaxValue(Double)
Declaration
public ZoomBuilder MaxValue(double maxValue)
Parameters
| Type |
Name |
Description |
| System.Double |
maxValue |
|
Returns
MinValue(Double)
Declaration
public ZoomBuilder MinValue(double minValue)
Parameters
| Type |
Name |
Description |
| System.Double |
minValue |
|
Returns