portToColOffset property
num
get
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',
);
set
portToColOffset
(num value)
Implementation
set portToColOffset(_i2.num value) {
_i4.setProperty(
this,
'portToColOffset',
value,
);
}