layoutRemoved property

num layoutRemoved

This flag may be combined with other "Layout" flags as the value of the Part#layoutConditions property to indicate that when a Part is removed from a Diagram or Group, it invalidates the Layout responsible for the Part.

Implementation

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

Implementation

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