setReshapingBehavior method

void setReshapingBehavior(
  1. GraphObject obj,
  2. EnumValue behavior
)

Set the permitted reshaping behavior for a particular reshape handle.

Implementation

void setReshapingBehavior(
  _i3.GraphObject obj,
  _i3.EnumValue behavior,
) {
  _i4.callMethod(
    this,
    'setReshapingBehavior',
    [
      obj,
      behavior,
    ],
  );
}