Class MapsMarkerClusterSettings
Inheritance
System.Object
MapsMarkerClusterSettings
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
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
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
public MapsBorder Border { get; set; }
Property Value
ConnectorLineSettings
Sets and gets the options to customize the connector line in cluster separating the markers.
Declaration
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.
@default ''
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
Sets and gets the fill color of the cluster.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Sets and gets the height of the marker cluster in maps.
Declaration
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
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
public MapsFont LabelStyle { get; set; }
Property Value
Offset
Sets and gets the offset position for the marker cluster in maps.
Declaration
public object Offset { get; set; }
Property Value
Type |
Description |
System.Object |
|
Opacity
Sets and gets the opacity of the marker cluster.
Declaration
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
public MarkerType Shape { get; set; }
Property Value
Width
Sets and gets the width of the marker cluster in maps.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|