Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

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: number

The right margin.


bottom

bottom: number

The bottom margin.

Was this page helpful?