initDepthFirstIn property
EnumValue
get
initDepthFirstIn
Initialize using depth first in initialization; a valid value for LayeredDigraphLayout#initializeOption.
Implementation
static _i3.EnumValue get initDepthFirstIn => _i4.getProperty(
_declaredLayeredDigraphLayout,
'InitDepthFirstIn',
);
set
initDepthFirstIn
(EnumValue value)
Implementation
static set initDepthFirstIn(_i3.EnumValue value) {
_i4.setProperty(
_declaredLayeredDigraphLayout,
'InitDepthFirstIn',
value,
);
}