length property
double
get
length
The overall length of the arrow (including the tip) in units. The size of a unit is equal to the size of a pixel at the current zoom level when the camera tilt is equal to 0 and the scale factor is equal to 1.
Implementation
core.double get length;
set
length
(double val)
Implementation
set length(core.double val);