ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsArrow

    Show / Hide Table of Contents

    Class MapsArrow

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsArrow
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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 MapsArrow : EJTagHelper

    Constructors

    MapsArrow()

    Declaration
    public MapsArrow()

    Properties

    Color

    Sets and gets the color for the arrow in navigation line.

    Declaration
    [HtmlAttributeName("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    IsComplex

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

    OffSet

    Sets and gets the offset value to position the arrow in navigation line.

    Declaration
    [HtmlAttributeName("offSet")]
    public double OffSet { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Position

    Sets and gets the type of the position to place the arrow in navigation lines.

    Declaration
    [HtmlAttributeName("position")]
    public string Position { get; set; }
    Property Value
    Type Description
    System.String

    ShowArrow

    Enables or disables the visibility state of the arrow in navigation line.

    Declaration
    [HtmlAttributeName("showArrow")]
    public bool ShowArrow { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Sets and gets the size of the arrow in navigation line in maps.

    Declaration
    [HtmlAttributeName("size")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved