ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsNavigationLine - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsNavigationLine

    Inheritance
    System.Object
    EJTagHelper
    MapsNavigationLine
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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
    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
    Type Description
    MapsArrow

    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
    Type Description
    MapsHighlightSettings

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    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
    Type Description
    MapsSelectionSettings

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved