Class MapsNavigationLine
Inheritance
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsNavigationLine : EJTagHelper
Constructors
MapsNavigationLine()
Declaration
public MapsNavigationLine()
Properties
Angle
Gets or sets the angle of the curve connecting different locations in maps.
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
ArrowSettings
Gets or sets the options to customize the arrow for the navigation line in maps.
Declaration
public MapsArrow ArrowSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsArrow | The default value is null |
Color
Gets or sets the color for the navigation lines in maps.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "black" |
DashArray
Gets or sets the dash-array for the navigation lines drawn in maps.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
HighlightSettings
Gets or sets the highlight settings of the navigation line in maps.
Declaration
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsHighlightSettings | The default value is null |
Latitude
Gets or sets the latitude value for the navigation lines to be drawn in maps.
Declaration
public double[] Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] | The default value is null |
Longitude
Gets or sets the longitude for the navigation lines to be drawn in maps.
Declaration
public double[] Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] | The default value is null |
SelectionSettings
Gets or sets the selection settings of the navigation line in maps.
Declaration
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsSelectionSettings | The default value is null |
Visible
Enables or disables the navigation lines to be drawn in maps.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Width
Gets or sets the width of the navigation lines in maps.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |