layerSiblings property

EnumValue get layerSiblings

A layer style where all of the children of a parent node take up the same amount of depth -- this typically causes all cousins to be aligned; this value is used for TreeLayout#layerStyle.

Implementation

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

Implementation

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