panes.margin Number|Object

The margin of the pane.

Example

    // 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