alignmentBottomRightBus property
EnumValue
get
alignmentBottomRightBus
The children are positioned in a bus, only on the bottom or right side of the parent; this value is used for TreeLayout#alignment or TreeLayout#alternateAlignment.
A bus does not take TreeVertex#breadthLimit into account.
Implementation
static _i3.EnumValue get alignmentBottomRightBus => _i4.getProperty(
_declaredTreeLayout,
'AlignmentBottomRightBus',
);
set
alignmentBottomRightBus
(EnumValue value)
Implementation
static set alignmentBottomRightBus(_i3.EnumValue value) {
_i4.setProperty(
_declaredTreeLayout,
'AlignmentBottomRightBus',
value,
);
}