ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsMarkerClusterSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsMarkerClusterSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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.EJ2.Maps
    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
    Type Description
    MapsBorder

    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
    Type Description
    MapsConnectorLineSettings

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    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
    EJTagHelper.IsComplex

    LabelStyle

    Sets and gets the options to customize the text in marker cluster.

    Declaration
    [HtmlAttributeName("labelStyle")]
    public MapsFont LabelStyle { get; set; }
    Property Value
    Type Description
    MapsFont

    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
    EJTagHelper.ParentPropertyName

    Shape

    Sets and gets shape for the cluster of markers.

    Declaration
    [HtmlAttributeName("shape")]
    public MarkerType Shape { get; set; }
    Property Value
    Type Description
    MarkerType

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved