startArrow

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

Specifies whether a line graphic or the first vertex in an irregular polygon graphic has an arrowhead.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the startArrow of graphic "Pointer" to true
Values
NameTypeDescription
Value

The startArrow of a graphic is true or false. By default, the startArrow property of newly created graphics is set to false.

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

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

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

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

Tagsui