Livecode Wiki
Advertisement

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

set the endArrow of <graphic> to {true | false}

Examples:

set the endArrow of graphic ID 4 to false

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.

See also: relativePoints (property),startArrow (property),arrowSize (property),

Advertisement