alignUpperRight property
num
get
alignUpperRight
This option aligns and compacts nodes based on upper neighbors, favoring rightmost neighbors, a valid value for LayeredDigraphLayout#alignOption.
Implementation
static _i2.num get alignUpperRight => _i4.getProperty(
_declaredLayeredDigraphLayout,
'AlignUpperRight',
);
set
alignUpperRight
(num value)
Implementation
static set alignUpperRight(_i2.num value) {
_i4.setProperty(
_declaredLayeredDigraphLayout,
'AlignUpperRight',
value,
);
}