Class MapsArrow
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 MapsArrow : EJTagHelper
Constructors
MapsArrow()
Declaration
public MapsArrow()
Properties
Color
Gets or sets the color for the arrow in navigation line.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "black" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
OffSet
Gets or sets the offset value to position the arrow from the navigation line.
Declaration
[HtmlAttributeName("offSet")]
public double OffSet { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
Position
Gets or sets 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 | The default value is "Start" |
ShowArrow
Enables or disables the visibility of the arrow in navigation line.
Declaration
[HtmlAttributeName("showArrow")]
public bool ShowArrow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Size
Gets or sets the size of the arrow in navigation line in maps.
Declaration
[HtmlAttributeName("size")]
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 2 |