arrangementFixedRoots property

EnumValue get arrangementFixedRoots

Do not move each root node, but position all of their descendants relative to their root; this value is used for TreeLayout#arrangement.

Implementation

static _i3.EnumValue get arrangementFixedRoots => _i4.getProperty(
      _declaredTreeLayout,
      'ArrangementFixedRoots',
    );
set arrangementFixedRoots (EnumValue value)

Implementation

static set arrangementFixedRoots(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTreeLayout,
    'ArrangementFixedRoots',
    value,
  );
}