alignmentCenterChildren property

EnumValue get alignmentCenterChildren

The parent is centered at the middle of the range of its immediate child nodes; this value is used for TreeLayout#alignment or TreeLayout#alternateAlignment.

When there is a breadth limit that causes there to be multiple rows, the links that extend from the parent to those children in rows past the first one may cross over the nodes that are in earlier rows.

Implementation

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

Implementation

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