set method

Margin set(
  1. Margin m
)

Modify this Margin so that its Top, Right, Bottom, and Left values are the same as the given Margin. @param {Margin} m the given Margin. @return {Margin} this.

Implementation

_i3.Margin set(_i3.Margin m) => _i4.callMethod(
      this,
      'set',
      [m],
    );