layerIndividual property
EnumValue
get
layerIndividual
The normal layer style, where each node takes up only the depth that it needs; this value is used for TreeLayout#layerStyle.
Implementation
static _i3.EnumValue get layerIndividual => _i4.getProperty(
_declaredTreeLayout,
'LayerIndividual',
);
set
layerIndividual
(EnumValue value)
Implementation
static set layerIndividual(_i3.EnumValue value) {
_i4.setProperty(
_declaredTreeLayout,
'LayerIndividual',
value,
);
}