cycleDepthFirst property
EnumValue
get
cycleDepthFirst
Remove cycles using depth first cycle removal; a valid value of LayeredDigraphLayout#cycleRemoveOption.
Implementation
static _i3.EnumValue get cycleDepthFirst => _i4.getProperty(
_declaredLayeredDigraphLayout,
'CycleDepthFirst',
);
set
cycleDepthFirst
(EnumValue value)
Implementation
static set cycleDepthFirst(_i3.EnumValue value) {
_i4.setProperty(
_declaredLayeredDigraphLayout,
'CycleDepthFirst',
value,
);
}