menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ShapeLayerBuilder

    Inheritance
    System.Object
    ShapeLayerBuilder
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ShapeLayerBuilder

    Constructors

    ShapeLayerBuilder(ShapeLayer, MapProperties)

    Declaration
    public ShapeLayerBuilder(ShapeLayer shapeLayer, MapProperties mapProperties)
    Parameters
    Type Name Description
    ShapeLayer shapeLayer
    MapProperties mapProperties

    ShapeLayerBuilder(ShapeLayer, ShapeLayer)

    Declaration
    public ShapeLayerBuilder(ShapeLayer shapeLayer, ShapeLayer sublayer)
    Parameters
    Type Name Description
    ShapeLayer shapeLayer
    ShapeLayer sublayer

    Fields

    layers

    Declaration
    public List<ShapeLayer> layers
    Field Value
    Type Description
    System.Collections.Generic.List<ShapeLayer>

    mapProperties

    Declaration
    public MapProperties mapProperties
    Field Value
    Type Description
    MapProperties

    shapeLayer

    Declaration
    public ShapeLayer shapeLayer
    Field Value
    Type Description
    ShapeLayer

    Methods

    Add()

    Declaration
    public void Add()

    BingMapType(BingMapType)

    Declaration
    public ShapeLayerBuilder BingMapType(BingMapType bingMapType)
    Parameters
    Type Name Description
    BingMapType bingMapType
    Returns
    Type Description
    ShapeLayerBuilder

    BubbleSettings(Action<BubbleSettingBuilder>)

    Declaration
    public ShapeLayerBuilder BubbleSettings(Action<BubbleSettingBuilder> bubbleSetting)
    Parameters
    Type Name Description
    System.Action<BubbleSettingBuilder> bubbleSetting
    Returns
    Type Description
    ShapeLayerBuilder

    Contribution(String)

    Declaration
    public ShapeLayerBuilder Contribution(string contribution)
    Parameters
    Type Name Description
    System.String contribution
    Returns
    Type Description
    ShapeLayerBuilder

    Datasource(DataSource)

    Declaration
    public ShapeLayerBuilder Datasource(DataSource dataSource)
    Parameters
    Type Name Description
    DataSource dataSource
    Returns
    Type Description
    ShapeLayerBuilder

    Datasource(Action<DataSourceBuilder>)

    Declaration
    public ShapeLayerBuilder Datasource(Action<DataSourceBuilder> dataSource)
    Parameters
    Type Name Description
    System.Action<DataSourceBuilder> dataSource
    Returns
    Type Description
    ShapeLayerBuilder

    DataSource(Object)

    Declaration
    [CLSCompliant(false)]
    public ShapeLayerBuilder DataSource(object dataSource)
    Parameters
    Type Name Description
    System.Object dataSource
    Returns
    Type Description
    ShapeLayerBuilder

    EnableAnimation(Boolean)

    Declaration
    public ShapeLayerBuilder EnableAnimation(bool enableAnimation)
    Parameters
    Type Name Description
    System.Boolean enableAnimation
    Returns
    Type Description
    ShapeLayerBuilder

    EnableMouseHover(Boolean)

    Declaration
    public ShapeLayerBuilder EnableMouseHover(bool enableMouseHover)
    Parameters
    Type Name Description
    System.Boolean enableMouseHover
    Returns
    Type Description
    ShapeLayerBuilder

    EnableSelection(Boolean)

    Declaration
    public ShapeLayerBuilder EnableSelection(bool enableSelection)
    Parameters
    Type Name Description
    System.Boolean enableSelection
    Returns
    Type Description
    ShapeLayerBuilder

    GeometryType(GeometryType)

    Declaration
    public ShapeLayerBuilder GeometryType(GeometryType geometryType)
    Parameters
    Type Name Description
    GeometryType geometryType
    Returns
    Type Description
    ShapeLayerBuilder

    Key(String)

    Declaration
    public ShapeLayerBuilder Key(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    ShapeLayerBuilder

    LabelSettings(Action<MapLabelSettingBuilder>)

    Declaration
    public ShapeLayerBuilder LabelSettings(Action<MapLabelSettingBuilder> labelSetting)
    Parameters
    Type Name Description
    System.Action<MapLabelSettingBuilder> labelSetting
    Returns
    Type Description
    ShapeLayerBuilder

    LayerType(LayerType)

    Declaration
    public ShapeLayerBuilder LayerType(LayerType layerType)
    Parameters
    Type Name Description
    LayerType layerType
    Returns
    Type Description
    ShapeLayerBuilder

    LegendSettings(Action<LegendSettingBuilder>)

    Declaration
    public ShapeLayerBuilder LegendSettings(Action<LegendSettingBuilder> legendSetting)
    Parameters
    Type Name Description
    System.Action<LegendSettingBuilder> legendSetting
    Returns
    Type Description
    ShapeLayerBuilder

    MapItemsTemplate(String)

    Declaration
    public ShapeLayerBuilder MapItemsTemplate(string mapItemsTemplate)
    Parameters
    Type Name Description
    System.String mapItemsTemplate
    Returns
    Type Description
    ShapeLayerBuilder

    Markers(Action<MapMarkerBuilder>)

    Declaration
    public ShapeLayerBuilder Markers(Action<MapMarkerBuilder> markers)
    Parameters
    Type Name Description
    System.Action<MapMarkerBuilder> markers
    Returns
    Type Description
    ShapeLayerBuilder

    Markers(Object)

    Declaration
    public ShapeLayerBuilder Markers(object markers)
    Parameters
    Type Name Description
    System.Object markers
    Returns
    Type Description
    ShapeLayerBuilder

    MarkerTemplate(String)

    Declaration
    public ShapeLayerBuilder MarkerTemplate(string markerTemplate)
    Parameters
    Type Name Description
    System.String markerTemplate
    Returns
    Type Description
    ShapeLayerBuilder

    Query(String)

    Declaration
    public ShapeLayerBuilder Query(string query)
    Parameters
    Type Name Description
    System.String query
    Returns
    Type Description
    ShapeLayerBuilder

    SelectedItems(List<Object>)

    Declaration
    public ShapeLayerBuilder SelectedItems(List<object> selectedItems)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Object> selectedItems
    Returns
    Type Description
    ShapeLayerBuilder

    SelectionMode(SelectionMode)

    Declaration
    public ShapeLayerBuilder SelectionMode(SelectionMode selectionMode)
    Parameters
    Type Name Description
    SelectionMode selectionMode
    Returns
    Type Description
    ShapeLayerBuilder

    ShapeData(Object)

    Declaration
    public ShapeLayerBuilder ShapeData(object shapedata)
    Parameters
    Type Name Description
    System.Object shapedata
    Returns
    Type Description
    ShapeLayerBuilder

    ShapeDataPath(String)

    Declaration
    public ShapeLayerBuilder ShapeDataPath(string shapeDataPath)
    Parameters
    Type Name Description
    System.String shapeDataPath
    Returns
    Type Description
    ShapeLayerBuilder

    ShapePropertyPath(String)

    Declaration
    public ShapeLayerBuilder ShapePropertyPath(string shapePropertyPath)
    Parameters
    Type Name Description
    System.String shapePropertyPath
    Returns
    Type Description
    ShapeLayerBuilder

    ShapeSettings(Action<ShapeSettingBuilder>)

    Declaration
    public ShapeLayerBuilder ShapeSettings(Action<ShapeSettingBuilder> shapeSetting)
    Parameters
    Type Name Description
    System.Action<ShapeSettingBuilder> shapeSetting
    Returns
    Type Description
    ShapeLayerBuilder

    ShowMapItems(Boolean)

    Declaration
    public ShapeLayerBuilder ShowMapItems(bool mapItemsVisibility)
    Parameters
    Type Name Description
    System.Boolean mapItemsVisibility
    Returns
    Type Description
    ShapeLayerBuilder

    ShowTooltip(Boolean)

    Declaration
    public ShapeLayerBuilder ShowTooltip(bool showTooltip)
    Parameters
    Type Name Description
    System.Boolean showTooltip
    Returns
    Type Description
    ShapeLayerBuilder

    SubLayers(Action<ShapeLayerBuilder>)

    Declaration
    public ShapeLayerBuilder SubLayers(Action<ShapeLayerBuilder> subLayers)
    Parameters
    Type Name Description
    System.Action<ShapeLayerBuilder> subLayers
    Returns
    Type Description
    ShapeLayerBuilder

    TooltipTemplate(String)

    Declaration
    public ShapeLayerBuilder TooltipTemplate(string tooltipTemplate)
    Parameters
    Type Name Description
    System.String tooltipTemplate
    Returns
    Type Description
    ShapeLayerBuilder

    UrlTemplate(String)

    Declaration
    public ShapeLayerBuilder UrlTemplate(string urltemplate)
    Parameters
    Type Name Description
    System.String urltemplate
    Returns
    Type Description
    ShapeLayerBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved