Class MapsConnectorLineSettingsBuilder
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()
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 |