cycleAll property
EnumValue
get
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',
);
set
cycleAll
(EnumValue value)
Implementation
static set cycleAll(_i3.EnumValue value) {
_i4.setProperty(
_declaredDiagram,
'CycleAll',
value,
);
}