portSpreading property

EnumValue get portSpreading

Gets or sets how link points are computed when the port spot is a "side" spot. The value must be one of Node.SpreadingNone|SpreadingNone, Node.SpreadingEvenly|SpreadingEvenly, Node.SpreadingPacked|SpreadingPacked. The default value is Node.SpreadingEvenly.

Implementation

_i3.EnumValue get portSpreading => _i4.getProperty(
      this,
      'portSpreading',
    );
set portSpreading (EnumValue value)

Implementation

set portSpreading(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'portSpreading',
    value,
  );
}