pathSource property

EnumValue pathSource

The children of a TreeVertex are its LayoutVertex#sourceVertexes, the collection of connected LayoutEdge#fromVertexes; this value is used for TreeLayout#path.

The tree roots are those TreeVertexes that have zero destination edges.

Implementation

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

Implementation

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