alignUpperLeft property

num get alignUpperLeft

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

Implementation

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

Implementation

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