layerStyle property

EnumValue get layerStyle

Gets or sets the manner in which the nodes are aligned in layers. Must be TreeLayout.LayerIndividual, TreeLayout.LayerSiblings, or TreeLayout.LayerUniform.

The default value is TreeLayout.LayerIndividual.

Implementation

_i3.EnumValue get layerStyle => _i4.getProperty(
      this,
      'layerStyle',
    );
set layerStyle (EnumValue value)

Implementation

set layerStyle(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'layerStyle',
    value,
  );
}