menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MapProperties

    Inheritance
    System.Object
    EJTagHelper
    MapProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MapProperties : EJTagHelper

    Constructors

    MapProperties()

    Declaration
    public MapProperties()

    Properties

    Background

    Declaration
    [JsonProperty("background")]
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    BaseMapIndex

    Declaration
    [JsonProperty("baseMapIndex")]
    public int BaseMapIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    BubbleRendering

    Declaration
    [JsonProperty("bubbleRendering")]
    public string BubbleRendering { get; set; }
    Property Value
    Type Description
    System.String

    CenterPosition

    Declaration
    [JsonConverter(typeof(CenterPositionConverter))]
    [JsonProperty("centerPosition")]
    public ShapePoint CenterPosition { get; set; }
    Property Value
    Type Description
    ShapePoint

    Click

    Declaration
    [JsonProperty("click")]
    public string Click { get; set; }
    Property Value
    Type Description
    System.String

    DataSource

    Declaration
    [HtmlAttributeName("datasource")]
    [JsonProperty("dataSource")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    DisplayTextRendering

    Declaration
    [JsonProperty("displayTextRendering")]
    public string DisplayTextRendering { get; set; }
    Property Value
    Type Description
    System.String

    DoubleClick

    Declaration
    [JsonProperty("doubleClick")]
    public string DoubleClick { get; set; }
    Property Value
    Type Description
    System.String

    DraggingOnSelection

    Declaration
    [JsonProperty("draggingOnSelection")]
    public bool DraggingOnSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAnimation

    Declaration
    [JsonProperty("enableAnimation")]
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLayerChangeAnimation

    Declaration
    [JsonProperty("enableLayerChangeAnimation")]
    public bool EnableLayerChangeAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePan

    Declaration
    [JsonProperty("enablePan")]
    public bool EnablePan { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableResize

    Declaration
    [JsonProperty("enableResize")]
    public bool EnableResize { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsResponsive

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Layers

    Declaration
    [JsonProperty("layers")]
    public List<ShapeLayer> Layers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ShapeLayer>

    LegendItemClick

    Declaration
    [JsonProperty("legendItemClick")]
    public string LegendItemClick { get; set; }
    Property Value
    Type Description
    System.String

    LegendItemRendering

    Declaration
    [JsonProperty("legendItemRendering")]
    public string LegendItemRendering { get; set; }
    Property Value
    Type Description
    System.String

    Load

    Declaration
    [JsonProperty("onLoad")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    MarkerEnter

    Declaration
    [JsonProperty("markerEnter")]
    public string MarkerEnter { get; set; }
    Property Value
    Type Description
    System.String

    MarkerLeave

    Declaration
    [JsonProperty("markerLeave")]
    public string MarkerLeave { get; set; }
    Property Value
    Type Description
    System.String

    MarkerSelected

    Declaration
    [JsonProperty("markerSelected")]
    public string MarkerSelected { get; set; }
    Property Value
    Type Description
    System.String

    MouseLeave

    Declaration
    [JsonProperty("mouseleave")]
    public string MouseLeave { get; set; }
    Property Value
    Type Description
    System.String

    MouseOver

    Declaration
    [JsonProperty("mouseover")]
    public string MouseOver { get; set; }
    Property Value
    Type Description
    System.String

    NavigationControl

    Declaration
    [JsonProperty("navigationControl")]
    public NavigationControl NavigationControl { get; set; }
    Property Value
    Type Description
    NavigationControl

    OnRenderComplete

    Declaration
    [JsonProperty("onRenderComplete")]
    public string OnRenderComplete { get; set; }
    Property Value
    Type Description
    System.String

    Panned

    Declaration
    [JsonProperty("panned")]
    public string Panned { get; set; }
    Property Value
    Type Description
    System.String

    RightClick

    Declaration
    [JsonProperty("rightClick")]
    public string RightClick { get; set; }
    Property Value
    Type Description
    System.String

    ShapeRendering

    Declaration
    [JsonProperty("shapeRendering")]
    public string ShapeRendering { get; set; }
    Property Value
    Type Description
    System.String

    ShapeSelected

    Declaration
    [JsonProperty("shapeSelected")]
    public string ShapeSelected { get; set; }
    Property Value
    Type Description
    System.String

    ZoomedIn

    Declaration
    [JsonProperty("zoomedIn")]
    public string ZoomedIn { get; set; }
    Property Value
    Type Description
    System.String

    ZoomedOut

    Declaration
    [JsonProperty("zoomedOut")]
    public string ZoomedOut { get; set; }
    Property Value
    Type Description
    System.String

    ZoomSettings

    Declaration
    [JsonProperty("zoomSettings")]
    public ZoomSettings ZoomSettings { get; set; }
    Property Value
    Type Description
    ZoomSettings

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()

    ShouldSerializeLayers()

    Declaration
    public bool ShouldSerializeLayers()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved