triangleHeight property

double get triangleHeight

Describes height of the arrowhead in units. Default: 0.2 * length.

Implementation

core.double get triangleHeight;
set triangleHeight (double val)

Implementation

set triangleHeight(core.double val);