alignNone property
num
get
alignNone
This option means the the layout will pack nodes using the LayeredDigraphLayout#packOption instead of LayeredDigraphLayout#alignOption, a valid value for LayeredDigraphLayout#alignOption.
Implementation
static _i2.num get alignNone => _i4.getProperty(
_declaredLayeredDigraphLayout,
'AlignNone',
);
set
alignNone
(num value)
Implementation
static set alignNone(_i2.num value) {
_i4.setProperty(
_declaredLayeredDigraphLayout,
'AlignNone',
value,
);
}