Interface: IMarginLTRB
A structure representing left, top, right, and bottom margins.
Remarks
ISafetyLine uses this structure.
Example
margin: {
left: 20,
top: 10,
right:10,
bottom: 10
}
Properties
left
left:
number
The left margin.
top
top:
number
The top margin.
right
right:
number
The right margin.
bottom
bottom:
number
The bottom margin.