portFromColOffset property

num get portFromColOffset

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

Implementation

_i2.num get portFromColOffset => _i4.getProperty(
      this,
      'portFromColOffset',
    );
set portFromColOffset (num value)

Implementation

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