arrangementSpacing property
Size
get
arrangementSpacing
Gets or sets the space between which #arrangeTrees will position the trees.
This defaults to the Size(10, 10).
This property is ignored if #arrangement is TreeLayout.ArrangementFixedRoots.
Implementation
_i3.Size get arrangementSpacing => _i4.getProperty(
this,
'arrangementSpacing',
);
set
arrangementSpacing
(Size value)
Implementation
set arrangementSpacing(_i3.Size value) {
_i4.setProperty(
this,
'arrangementSpacing',
value,
);
}