ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsZoomSettingsBuilder

    Show / Hide Table of Contents

    Class MapsZoomSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsZoomSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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()
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsZoomSettingsBuilder : ControlBuilder

    Constructors

    MapsZoomSettingsBuilder()

    Declaration
    public MapsZoomSettingsBuilder()

    MapsZoomSettingsBuilder(MapsZoomSettings)

    Declaration
    public MapsZoomSettingsBuilder(MapsZoomSettings model)
    Parameters
    Type Name Description
    MapsZoomSettings model

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    HorizontalAlignment(Alignment)

    Sets and gets the position type of toolbar when it is placed horizontally.

    Declaration
    public MapsZoomSettingsBuilder HorizontalAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    PinchZooming(Boolean)

    Enables or disables the pinch zooming in maps.

    Declaration
    public MapsZoomSettingsBuilder PinchZooming(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    ToolBarOrientation(Orientation)

    Sets and gets the orientation of the zoom toolbar.

    Declaration
    public MapsZoomSettingsBuilder ToolBarOrientation(Orientation value)
    Parameters
    Type Name Description
    Orientation value
    Returns
    Type Description
    MapsZoomSettingsBuilder

    Toolbars(String[])

    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
    Type Description
    MapsZoomSettingsBuilder

    VerticalAlignment(Alignment)

    Sets and gets the position type of toolbar when it is placed vertically.

    Declaration
    public MapsZoomSettingsBuilder VerticalAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder

    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
    Type Description
    MapsZoomSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved