adjusting property
EnumValue
get
adjusting
Gets or sets how the route is computed, including whether it uses the points of its old route to determine the new route. The value must be one of Link.None|None, Link.End|End, Link.Scale|Scale, or Link.Stretch|Stretch.
The default value is Link.None|None -- the route is completely recalculated each time.
Implementation
_i3.EnumValue get adjusting => _i4.getProperty(
this,
'adjusting',
);
set
adjusting
(EnumValue value)
Implementation
set adjusting(_i3.EnumValue value) {
_i4.setProperty(
this,
'adjusting',
value,
);
}