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
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
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
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 |