rootDefaults property
TreeVertex
get
rootDefaults
Gets or sets the object holding the default values for root TreeVertexes.
The values for the following inheritable properties are actually stored in this object: #sorting, #comparer, #angle, #alignment, #nodeIndent, #nodeIndentPastParent, #nodeSpacing, #layerSpacing, #layerSpacingParentOverlap, #compaction, #breadthLimit, #rowSpacing, #rowIndent, #commentSpacing, #commentMargin, #setsPortSpot, #portSpot, #setsChildPortSpot, #childPortSpot. The other properties of this TreeVertex are ignored.
Implementation
_i3.TreeVertex get rootDefaults => _i4.getProperty(
this,
'rootDefaults',
);
set
rootDefaults
(TreeVertex value)
Implementation
set rootDefaults(_i3.TreeVertex value) {
_i4.setProperty(
this,
'rootDefaults',
value,
);
}