alternateSetsChildPortSpot property
bool
get
alternateSetsChildPortSpot
Gets or sets whether the TreeLayout should set the ToSpot for each child node port.
The default value is true -- this may modify the spot of the ports of the children nodes, if the node has only a single port.
The spot used depends on the value of #alternateChildPortSpot. This sets the #alternateDefaults' property of the same name.
Implementation
_i2.bool get alternateSetsChildPortSpot => _i4.getProperty(
this,
'alternateSetsChildPortSpot',
);
set
alternateSetsChildPortSpot
(bool value)
Implementation
set alternateSetsChildPortSpot(_i2.bool value) {
_i4.setProperty(
this,
'alternateSetsChildPortSpot',
value,
);
}