Interface for a data-structure which represents a measurement of four sides. Has number properties for:

  • left
  • top
  • right
  • bottom

This data-structure is mainly used for specifying Chart paddings and UIElement paddings/margins.

Duplicate of Padding.

Hierarchy

  • Margin

Properties

Properties

bottom: number

Bottom value.

left: number

Left value.

right: number

Right value.

top: number

Top value.