alignLowerLeft property

num get alignLowerLeft

This option aligns and compacts nodes based on lower neighbors, favoring leftmost neighbors, a valid value for LayeredDigraphLayout#alignOption.

Implementation

static _i2.num get alignLowerLeft => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'AlignLowerLeft',
    );
set alignLowerLeft (num value)

Implementation

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