Class MapsZoomSettings
Inheritance
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsZoomSettings : EJTagHelper
Constructors
MapsZoomSettings()
Declaration
public MapsZoomSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DoubleClickZoom
Enables or disables the double click zooming in maps.
Declaration
public bool DoubleClickZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Enable
Enables or disables the zooming operation in the maps.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
EnablePanning
Enables or disables the panning operation in the maps.
Declaration
public bool EnablePanning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
EnableSelectionZooming
Enables or disables the selection zooming operation in the maps.
Declaration
public bool EnableSelectionZooming { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
MaxZoom
Gets or sets the maximum zooming value in maps.
Declaration
public double MaxZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
MinZoom
Gets or sets the minimum zooming value in maps.
Declaration
public double MinZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
MouseWheelZoom
Enables or disables the mouse wheel zooming in maps.
Declaration
public bool MouseWheelZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
PinchZooming
Enables or disables the pinch zooming in maps.
Declaration
public bool PinchZooming { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
ResetToInitial
Enables or disables the zoom to set to the initial State.
Declaration
public bool ResetToInitial { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
ShouldZoomInitially
Enables or disables the ability to zoom based on the marker position while rendering the maps.
Declaration
public bool ShouldZoomInitially { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ToolbarSettings
Gets or sets the detailed options to customize the entire zoom toolbar.
Declaration
public object ToolbarSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ZoomFactor
Gets or sets the factor of zoom to be displayed while rendering the maps.
Declaration
public double ZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
ZoomOnClick
Enables or disables the zooming on clicking the shapes in maps.
Declaration
public bool ZoomOnClick { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |