stretch property

EnumValue get stretch

Used as a value for Link#adjusting, to indicate that the link route computation should linearly interpolate the intermediate points so that the link's shape looks stretched; if the routing is orthogonal, this value is treated as if it were Link.End.

Implementation

static _i3.EnumValue get stretch => _i4.getProperty(
      _declaredLink,
      'Stretch',
    );
set stretch (EnumValue value)

Implementation

static set stretch(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLink,
    'Stretch',
    value,
  );
}