pathDefault property

EnumValue pathDefault

This value for TreeLayout#path causes the value of Diagram#isTreePathToChildren to effectively choose either TreeLayout.PathDestination (if true) or TreeLayout.PathSource (if false).

Implementation

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

Implementation

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