allowReshape property

bool allowReshape

Gets or sets whether the user may reshape parts. The initial value is true.

Implementation

_i2.bool get allowReshape => _i4.getProperty(
      this,
      'allowReshape',
    );
void allowReshape=(bool value)

Implementation

set allowReshape(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowReshape',
    value,
  );
}