portToColOffset property

num portToColOffset

Approximate column offset of the to port of the link from the to node column used in straightening. The default value is 0.

Implementation

_i2.num get portToColOffset => _i4.getProperty(
      this,
      'portToColOffset',
    );
void portToColOffset=(num value)

Implementation

set portToColOffset(_i2.num value) {
  _i4.setProperty(
    this,
    'portToColOffset',
    value,
  );
}