cycleAll property

EnumValue cycleAll

This value for Diagram#validCycle states that there are no restrictions on making cycles of links.

Implementation

static _i3.EnumValue get cycleAll => _i4.getProperty(
      _declaredDiagram,
      'CycleAll',
    );
void cycleAll=(EnumValue value)

Implementation

static set cycleAll(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredDiagram,
    'CycleAll',
    value,
  );
}