menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ShapeLayer

    Inheritance
    System.Object
    EJTagHelper
    ShapeLayer
    Inherited Members
    EJTagHelper.GetControlDetails()
    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 ShapeLayer : EJTagHelper

    Constructors

    ShapeLayer()

    Declaration
    public ShapeLayer()

    Properties

    BingMapType

    Declaration
    [JsonProperty("bingMapType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public BingMapType BingMapType { get; set; }
    Property Value
    Type Description
    BingMapType

    BubbleSettings

    Declaration
    [JsonProperty("bubbleSettings")]
    public BubbleSetting BubbleSettings { get; set; }
    Property Value
    Type Description
    BubbleSetting

    Contribution

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

    DataSource

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

    EnableAnimation

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

    EnableMouseHover

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

    EnableSelection

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

    GeometryType

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("geometryType")]
    public GeometryType GeometryType { get; set; }
    Property Value
    Type Description
    GeometryType

    Key

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

    LabelSettings

    Declaration
    [JsonProperty("labelSettings")]
    public MapLabelSetting LabelSettings { get; set; }
    Property Value
    Type Description
    MapLabelSetting

    LayerType

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("layerType")]
    public LayerType LayerType { get; set; }
    Property Value
    Type Description
    LayerType

    LegendSettings

    Declaration
    [JsonProperty("legendSettings")]
    public MapLegendSetting LegendSettings { get; set; }
    Property Value
    Type Description
    MapLegendSetting

    MapItemsTemplate

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

    Markers

    Declaration
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("markers")]
    public List<MapMarker> Markers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapMarker>

    MarkerTemplate

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

    Query

    Declaration
    [JsonProperty("query")]
    [JsonConverter(typeof(QueryConverter))]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    SelectedItems

    Declaration
    [JsonProperty("selectedItems")]
    public List<object> SelectedItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    SelectionMode

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("selectionMode")]
    public SelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    SelectionMode

    ShapeData

    Declaration
    [JsonConverter(typeof(MapDataConvertor))]
    [JsonProperty("shapeData")]
    public object ShapeData { get; set; }
    Property Value
    Type Description
    System.Object

    ShapeDataPath

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

    ShapePropertyPath

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

    ShapeSettings

    Declaration
    [JsonProperty("shapeSettings")]
    public ShapeSetting ShapeSettings { get; set; }
    Property Value
    Type Description
    ShapeSetting

    ShowMapItems

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

    ShowTooltip

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

    SubLayers

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

    TooltipTemplate

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

    UrlTemplate

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

    Methods

    ShouldSerializeData()

    Declaration
    public bool ShouldSerializeData()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDataSource()

    Declaration
    public bool ShouldSerializeDataSource()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMarkers()

    Declaration
    public bool ShouldSerializeMarkers()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSubLayers()

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