Class MapsNavigationLine
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 MapsNavigationLine : EJTagHelper
Constructors
MapsNavigationLine()
Declaration
public MapsNavigationLine()
Properties
Angle
Sets and gets the angle of curve connecting different locations in maps.
Declaration
[HtmlAttributeName("angle")]
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ArrowSettings
Sets and gets the options to customize the arrow for the navigation line in maps.
Declaration
[HtmlAttributeName("arrowSettings")]
public MapsArrow ArrowSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsArrow |
Color
Sets and gets the color for the navigation lines in maps.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
Sets and gets the dash-array for the navigation lines drawn in maps.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighlightSettings
Sets and gets the highlight settings of the navigation line in maps.
Declaration
[HtmlAttributeName("highlightSettings")]
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsHighlightSettings |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Latitude
Sets and gets the latitude value for the navigation lines drawn in maps.
Declaration
[HtmlAttributeName("latitude")]
public double[] Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |
Longitude
Sets and gets the longitude for the navigation lines drawn in maps.
Declaration
[HtmlAttributeName("longitude")]
public double[] Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |
SelectionSettings
Sets and gets the selection settings of the navigation line in maps.
Declaration
[HtmlAttributeName("selectionSettings")]
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsSelectionSettings |
Visible
Enables or disables the navigation lines to be drawn in maps.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Sets and gets the width of the navigation lines in maps.
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |