packMedian property

num packMedian

This option tries to have the packing algorithm center groups of nodes based on their relationships with nodes in other layers, a valid value for LayeredDigraphLayout#packOption; but we recommend using #alignOption instead for better alignment and speed.

Implementation

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

Implementation

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