alignNone property

num alignNone

This option means the the layout will pack nodes using the LayeredDigraphLayout#packOption instead of LayeredDigraphLayout#alignOption, a valid value for LayeredDigraphLayout#alignOption.

Implementation

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

Implementation

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