Class MapsMarkerClusterSettings
Inheritance
System.Object
MapsMarkerClusterSettings
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.EJ2.dll
Syntax
public class MapsMarkerClusterSettings : EJTagHelper
Constructors
MapsMarkerClusterSettings()
Declaration
public MapsMarkerClusterSettings()
Properties
AllowClusterExpand
Enables or disables the cluster expand when many markers are in same location.
Declaration
[HtmlAttributeName("allowClusterExpand")]
public bool AllowClusterExpand { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowClustering
Enables or disables the visibility state of the clustering of markers in the maps component.
Declaration
[HtmlAttributeName("allowClustering")]
public bool AllowClustering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Border
Sets and gets the options for customizing the color and width of the border of cluster in maps.
Declaration
[HtmlAttributeName("border")]
public MapsBorder Border { get; set; }
Property Value
ConnectorLineSettings
Sets and gets the options to customize the connector line in cluster separating the markers.
Declaration
[HtmlAttributeName("connectorLineSettings")]
public MapsConnectorLineSettings ConnectorLineSettings { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DashArray
Sets and gets the dash array for the marker cluster in maps.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
Sets and gets the fill color of the cluster.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Sets and gets the height of the marker cluster in maps.
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageUrl
Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.
Declaration
[HtmlAttributeName("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LabelStyle
Sets and gets the options to customize the text in marker cluster.
Declaration
[HtmlAttributeName("labelStyle")]
public MapsFont LabelStyle { get; set; }
Property Value
Offset
Sets and gets the offset position for the marker cluster in maps.
Declaration
[HtmlAttributeName("offset")]
public object Offset { get; set; }
Property Value
Type |
Description |
System.Object |
|
Opacity
Sets and gets the opacity of the marker cluster.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Shape
Sets and gets shape for the cluster of markers.
Declaration
[HtmlAttributeName("shape")]
public MarkerType Shape { get; set; }
Property Value
Width
Sets and gets the width of the marker cluster in maps.
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|