layerUniform property

EnumValue layerUniform

A layer style where all nodes with the same TreeVertex#level throughout the tree take up the same amount of depth -- if the TreeVertex#angle is the same for all nodes, this will result in all nodes in the same layer to be aligned; this value is used for TreeLayout#layerStyle.

Implementation

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

Implementation

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