panes.marginNumber|Object
The margin of the pane.
Example
pseudo
// sets the top, right, bottom and left margin to 3px.
margin: 3
// sets the top and left margin to 1px
margin: { top: 1, left: 1 }
In this article
Number|Object
The margin of the pane.
// sets the top, right, bottom and left margin to 3px.
margin: 3
// sets the top and left margin to 1px
margin: { top: 1, left: 1 }