The MapSimpleArrow element contains the simple arrow description. Simple arrow is an instance of the MapSimpleArrow class.
Attribute name | Type | Description |
StartPoint | Point | Start point of the arrow. The attribute is taken into account if value of the StartShape attribute is not defined. |
EndPoint | Point | End point of the arrow. The attribute is taken into account if value of the EndShape attribute is not defined. |
Angle | Double |
Arrow angle. |
Color | String |
Arrow color in HTML format. |
StrokeThickness | Double |
Arrow width. |
StrokeStyle | StrokeStyle |
Arrow style. Available values:
|
PointerWidth | Double |
Width of arrow pointer as a percentage of arrow length. Available values lie between 0 and 1. |
PointerLength | Double |
Length of arrow pointer as a percentage of arrow length. Available values lie between 0 and 1. |
Font | Font |
Identifier of a font described in the items dictionary or full description of the font. It can be used as an item for full description of a font. The identifier must be placed in curved brackets: Font=”{ID}”. |
Text | String |
Arrow label text. |
TextOrientation | ArrowTextOrientation |
Arrow label orientation. Available values:
|
TextBackground | Brush |
Identifier of a brush described in the item dictionary or full description of the brush used to paint arrow label. It can be used as an item for full description of a brush. The identifier must be placed in curved brackets: Background=”{ID}”. |
StartShape | MapShape |
Identifier of the form (region) from which the arrow starts. Format: StartShape=”{ShapeId}”. |
EndShape | MapShape |
Identifier of the form (region) to which the arrow enters. Format: EndShape=”{ShapeId}”. |
See also: