styleRootOnly property
EnumValue
get
styleRootOnly
All of the nodes get the alternate properties, except the root node gets the default properties; this value is used for TreeLayout#treeStyle.
The root node gets the TreeLayout#rootDefaults properties, the root node's children get the TreeLayout#alternateDefaults properties, and all the rest of the TreeVertexes get their properties from their parent node.
Implementation
static _i3.EnumValue get styleRootOnly => _i4.getProperty(
_declaredTreeLayout,
'StyleRootOnly',
);
set
styleRootOnly
(EnumValue value)
Implementation
static set styleRootOnly(_i3.EnumValue value) {
_i4.setProperty(
_declaredTreeLayout,
'StyleRootOnly',
value,
);
}