endArrow

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the endArrow of <graphic> to {true | false}
Associationsgraphic
Summary

Specifies whether the last vertex in a polygon graphic has an arrowhead.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the endArrow of graphic ID 4 to false
Values
NameTypeDescription
Value

The endArrow of a graphic is true or false.

RelatedKeyword: polygon, line, point, graphic
Glossary: vertex, property
Property: relativePoints, startArrow, arrowSize
Description

Use the endArrow property to place an arrowhead at the ending point of an irregular polygon or line graphic.

By default, the endArrow property of newly created graphics is set to false.

For irregular polygons, the end arrow is placed at the point corresponding to the last line of the graphic's points property.

If the style property of the graphic is not polygon or line, the setting of its endArrow property has no effect.

Tagsui