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 MapsConnectorLineSettingsBuilder

    Show / Hide Table of Contents

    Class MapsConnectorLineSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsConnectorLineSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 MapsConnectorLineSettingsBuilder : ControlBuilder

    Constructors

    MapsConnectorLineSettingsBuilder()

    Declaration
    public MapsConnectorLineSettingsBuilder()

    MapsConnectorLineSettingsBuilder(MapsConnectorLineSettings)

    Declaration
    public MapsConnectorLineSettingsBuilder(MapsConnectorLineSettings model)
    Parameters
    Type Name Description
    MapsConnectorLineSettings model

    Methods

    Color(String)

    Sets and gets the color for connector line between the markers in marker cluster.

    Declaration
    public MapsConnectorLineSettingsBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsConnectorLineSettingsBuilder

    Opacity(Double)

    Sets and gets the opacity for connector line between the markers in marker cluster.

    Declaration
    public MapsConnectorLineSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsConnectorLineSettingsBuilder

    Width(Double)

    Sets and gets the line width for connector line between the markers in marker cluster.

    Declaration
    public MapsConnectorLineSettingsBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsConnectorLineSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved