alignmentBus property

EnumValue alignmentBus

The children are positioned in a bus on both sides of an "aisle" where the links to them go, with the last odd child (if any) placed at the end of the aisle in the middle; this value is used for TreeLayout#alignment or TreeLayout#alternateAlignment.

The children, if they are themselves parents, continue at the same inherited angle; use TreeLayout.AlignmentBusBranching if you want grandchildren to proceed growing in the different angle as determined by the side.

A bus does not take TreeVertex#breadthLimit into account.

Implementation

static _i3.EnumValue get alignmentBus => _i4.getProperty(
      _declaredTreeLayout,
      'AlignmentBus',
    );
void alignmentBus=(EnumValue value)

Implementation

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