Class MapsZoomSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsZoomSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsZoomSettingsBuilder : ControlBuilder
Constructors
MapsZoomSettingsBuilder()
Declaration
public MapsZoomSettingsBuilder()
MapsZoomSettingsBuilder(MapsZoomSettings)
Declaration
public MapsZoomSettingsBuilder(MapsZoomSettings model)
Parameters
Methods
DoubleClickZoom(Boolean)
Enables or disables the double click zooming in maps.
Declaration
public MapsZoomSettingsBuilder DoubleClickZoom(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Enable(Boolean)
Enables or disables the zooming operation in the maps.
Declaration
public MapsZoomSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnablePanning(Boolean)
Enables or disables the panning operation in the maps.
Declaration
public MapsZoomSettingsBuilder EnablePanning(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableSelectionZooming(Boolean)
Enables or disables the selection zooming operation in the maps.
Declaration
public MapsZoomSettingsBuilder EnableSelectionZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
MaxZoom(Double)
Gets or sets the maximum zooming value in maps.
Declaration
public MapsZoomSettingsBuilder MaxZoom(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinZoom(Double)
Gets or sets the minimum zooming value in maps.
Declaration
public MapsZoomSettingsBuilder MinZoom(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MouseWheelZoom(Boolean)
Enables or disables the mouse wheel zooming in maps.
Declaration
public MapsZoomSettingsBuilder MouseWheelZoom(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
PinchZooming(Boolean)
Enables or disables the pinch zooming in maps.
Declaration
public MapsZoomSettingsBuilder PinchZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
ResetToInitial(Boolean)
Enables or disables the zoom to set to the initial State.
Declaration
public MapsZoomSettingsBuilder ResetToInitial(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
ShouldZoomInitially(Boolean)
Enables or disables the ability to zoom based on the marker position while rendering the maps.
Declaration
public MapsZoomSettingsBuilder ShouldZoomInitially(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Gets or sets the detailed options to customize the entire zoom toolbar.
Declaration
public MapsZoomSettingsBuilder ToolbarSettings(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
ZoomFactor(Double)
Gets or sets the factor of zoom to be displayed while rendering the maps.
Declaration
public MapsZoomSettingsBuilder ZoomFactor(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
ZoomOnClick(Boolean)
Enables or disables the zooming on clicking the shapes in maps.
Declaration
public MapsZoomSettingsBuilder ZoomOnClick(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns