Class MapsArrow
Inheritance
System.Object
MapsArrow
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsArrow : EJTagHelper
Constructors
MapsArrow()
Declaration
Properties
Color
Sets and gets the color for the arrow in navigation line.
Declaration
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
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
OffSet
Sets and gets the offset value to position the arrow in navigation line.
Declaration
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
Position
Sets and gets the type of the position to place the arrow in navigation lines.
Declaration
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
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
public double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|