Class MapsConnectorLineSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsConnectorLineSettingsBuilder
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)
Gets or sets 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
Opacity(Double)
Gets or sets 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
Width(Double)
Gets or sets 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 |