alignmentTopLeftBus property

EnumValue get alignmentTopLeftBus

The children are positioned in a bus, only on the top or left side of the parent; this value is used for TreeLayout#alignment or TreeLayout#alternateAlignment.

A bus does not take TreeVertex#breadthLimit into account.

Implementation

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

Implementation

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