toEndSegmentLength property
num
get
toEndSegmentLength
Gets or sets the length of the last segment. The default value is NaN, meaning that the value actually comes from the GraphObject#toEndSegmentLength property of the #toPort. This value also limits how short the #toShortLength may be drawn.
For examples of how to use this property, see Link Connection Points.
Implementation
_i2.num get toEndSegmentLength => _i4.getProperty(
this,
'toEndSegmentLength',
);
set
toEndSegmentLength
(num value)
Implementation
set toEndSegmentLength(_i2.num value) {
_i4.setProperty(
this,
'toEndSegmentLength',
value,
);
}