relativePoint property

Point get relativePoint

Gets or sets a Point, relative to the parent node, that may be useful in routing this link.

Implementation

_i3.Point get relativePoint => _i4.getProperty(
      this,
      'relativePoint',
    );
set relativePoint (Point value)

Implementation

set relativePoint(_i3.Point value) {
  _i4.setProperty(
    this,
    'relativePoint',
    value,
  );
}