set method
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],
);