arrowSize

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the arrowSize of <graphic> to <size>
Associationsgraphic
Summary

Specifies the size of an an arrow at one end of a line or polygon graphic.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the arrowSize of last graphic to 20
Values
NameTypeDescription
Value

The arrowSize of a graphic is a number between 1 and 65535. By default, the arrowSize property of newly created graphics is set to 3.

RelatedKeyword: polygon, line, lines, graphic
Property: properties, lineSize, startArrow, endArrow
Object: graphic
Glossary: property, polygon
Description

Use the arrowSize property to change the size of arrows at the ends of lines and polygons.

The arrow of a graphic is proportional to the graphic's lineSize; changing the lineSize increases or decreases the size of the arrow, although the graphic's arrowSize property is not changed. If the lineSize is zero, the arrow is not visible.

Set the startArrow or endArrow properties to true to make the arrows visible.

You can set the arrowSize of graphics other than lines and polygons, but doing so has no effect.

Tagsui