Class ShapeLayer
Inheritance
System.Object
ShapeLayer
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class ShapeLayer : EJTagHelper
Constructors
ShapeLayer()
Declaration
Properties
BingMapType
Declaration
[JsonProperty("bingMapType")]
[JsonConverter(typeof(StringEnumConverter))]
public BingMapType BingMapType { get; set; }
Property Value
BubbleSettings
Declaration
[JsonProperty("bubbleSettings")]
public BubbleSetting BubbleSettings { get; set; }
Property Value
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
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
LayerType
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("layerType")]
public LayerType LayerType { get; set; }
Property Value
LegendSettings
Declaration
[JsonProperty("legendSettings")]
public MapLegendSetting LegendSettings { get; set; }
Property Value
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
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
ShowMapItems
Declaration
[JsonProperty("showMapItems")]
public bool ShowMapItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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> |
|
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 |
|