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 MapsZoomSettings

    Show / Hide Table of Contents

    Class MapsZoomSettings

    Inheritance
    System.Object
    EJTagHelper
    MapsZoomSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Maps
    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
    Type Description
    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

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    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
    EJTagHelper.ParentPropertyName

    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

    ToolBarOrientation

    Sets and gets the orientation of the zoom toolbar.

    Declaration
    public Orientation ToolBarOrientation { get; set; }
    Property Value
    Type Description
    Orientation

    Toolbars

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

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