end property

EnumValue get end

Used as a value for Link#adjusting, to indicate that the link route computation should keep the intermediate points of the previous route, just modifying the first and/or last points; if the routing is orthogonal, it will only modify the first two and/or last two points.

Implementation

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

Implementation

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