alignLowerRight property

num get alignLowerRight

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

Implementation

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

Implementation

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