Class MapsZoomSettings
Inheritance
System.Object
MapsZoomSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsZoomSettings : EJTagHelper
Constructors
MapsZoomSettings()
Declaration
public MapsZoomSettings()
Properties
Color
Sets and gets the color for the toolbar in maps.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DoubleClickZoom
Enables or disables the double click zooming in maps.
Declaration
public bool DoubleClickZoom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enable
Enables or disables the zooming operation in the maps component.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePanning
Enables or disables the panning operation in the maps component.
Declaration
public bool EnablePanning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableSelectionZooming
Enables or disables the selection zooming operation in the maps component.
Declaration
public bool EnableSelectionZooming { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HighlightColor
Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.
Declaration
public string HighlightColor { get; set; }
Property Value
Type |
Description |
System.String |
|
HorizontalAlignment
Sets and gets the position type of toolbar when it is placed horizontally.
Declaration
public Alignment HorizontalAlignment { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
MaxZoom
Sets and gets the maximum zooming value in maps.
Declaration
public double MaxZoom { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinZoom
Sets and gets the minimum zooming value in maps.
Declaration
public double MinZoom { get; set; }
Property Value
Type |
Description |
System.Double |
|
MouseWheelZoom
Enables or disables the mouse wheel zooming in maps.
Declaration
public bool MouseWheelZoom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
PinchZooming
Enables or disables the pinch zooming in maps.
Declaration
public bool PinchZooming { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ResetToInitial
Enables or disables the zoom to set the initial State.
Declaration
public bool ResetToInitial { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectionColor
Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.
Declaration
public string SelectionColor { get; set; }
Property Value
Type |
Description |
System.String |
|
ShouldZoomInitially
Enables or disables the zoom based on the marker position while rendering the maps.
Declaration
public bool ShouldZoomInitially { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Sets and gets the orientation of the zoom toolbar.
Declaration
public Orientation ToolBarOrientation { get; set; }
Property Value
Sets and gets the items that are to be shown in the zooming toolbar in maps.
Declaration
public string[] Toolbars { get; set; }
Property Value
Type |
Description |
System.String[] |
|
VerticalAlignment
Sets and gets the position type of toolbar when it is placed vertically.
Declaration
public Alignment VerticalAlignment { get; set; }
Property Value
ZoomFactor
Sets and gets the factor of zoom to be displayed while rendering the maps.
Declaration
public double ZoomFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZoomOnClick
Enables or disables the zooming on clicking the shapes in maps.
Declaration
public bool ZoomOnClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|