Class MapsZoomSettingsBuilder
Inheritance
System.Object
MapsZoomSettingsBuilder
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.EJ2.dll
Syntax
public class MapsZoomSettingsBuilder : ControlBuilder
Constructors
MapsZoomSettingsBuilder()
Declaration
public MapsZoomSettingsBuilder()
MapsZoomSettingsBuilder(MapsZoomSettings)
Declaration
public MapsZoomSettingsBuilder(MapsZoomSettings model)
Parameters
Methods
Color(String)
Sets and gets the color for the toolbar in maps.
Declaration
public MapsZoomSettingsBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
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 component.
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 component.
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 component.
Declaration
public MapsZoomSettingsBuilder EnableSelectionZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
HighlightColor(String)
Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.
Declaration
public MapsZoomSettingsBuilder HighlightColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
HorizontalAlignment(Alignment)
Sets and gets the position type of toolbar when it is placed horizontally.
Declaration
public MapsZoomSettingsBuilder HorizontalAlignment(Alignment value)
Parameters
Returns
MaxZoom(Double)
Sets and gets the maximum zooming value in maps.
Declaration
public MapsZoomSettingsBuilder MaxZoom(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinZoom(Double)
Sets and gets 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 the initial State.
Declaration
public MapsZoomSettingsBuilder ResetToInitial(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
SelectionColor(String)
Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.
Declaration
public MapsZoomSettingsBuilder SelectionColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ShouldZoomInitially(Boolean)
Enables or disables the zoom based on the marker position while rendering the maps.
Declaration
public MapsZoomSettingsBuilder ShouldZoomInitially(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Sets and gets the orientation of the zoom toolbar.
Declaration
public MapsZoomSettingsBuilder ToolBarOrientation(Orientation value)
Parameters
Returns
Sets and gets the items that are to be shown in the zooming toolbar in maps.
Declaration
public MapsZoomSettingsBuilder Toolbars(string[] value)
Parameters
Type |
Name |
Description |
System.String[] |
value |
|
Returns
VerticalAlignment(Alignment)
Sets and gets the position type of toolbar when it is placed vertically.
Declaration
public MapsZoomSettingsBuilder VerticalAlignment(Alignment value)
Parameters
Returns
ZoomFactor(Double)
Sets and gets 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