Class MapsNavigationLine
Inheritance
System.Object
MapsNavigationLine
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
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
public MapsArrow ArrowSettings { get; set; }
Property Value
Color
Sets and gets the color for the navigation lines in maps.
Declaration
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
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
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
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
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
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
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Visible
Enables or disables the navigation lines to be drawn in maps.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Sets and gets the width of the navigation lines in maps.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|