Class MapsArrow
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
MapsArrow
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
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 |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
OffSet
Gets or sets the offset value to position the arrow from the navigation line.
Declaration
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
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
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
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 2 |