layoutNodeSized property

num layoutNodeSized

This flag may be combined with other "Layout" flags as the value of the Part#layoutConditions property to indicate that when a Node or simple Part's GraphObject#actualBounds changes size, it invalidates the Layout responsible for the Part; this flag is ignored for Parts that are Links.

Implementation

static _i2.num get layoutNodeSized => _i4.getProperty(
      _declaredPart,
      'LayoutNodeSized',
    );
void layoutNodeSized=(num value)

Implementation

static set layoutNodeSized(_i2.num value) {
  _i4.setProperty(
    _declaredPart,
    'LayoutNodeSized',
    value,
  );
}