pathDestination property

EnumValue get pathDestination

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

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

Implementation

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

Implementation

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