packStraighten property

num packStraighten

This option tries to have the packing algorithm straighten many of the links that cross layers, a valid value for LayeredDigraphLayout#packOption; but we recommend using #alignOption instead for better alignment and speed.

Implementation

static _i2.num get packStraighten => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'PackStraighten',
    );
void packStraighten=(num value)

Implementation

static set packStraighten(_i2.num value) {
  _i4.setProperty(
    _declaredLayeredDigraphLayout,
    'PackStraighten',
    value,
  );
}