Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Margin

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.

Index

Properties

Properties

Readonly bottom

bottom : number

Bottom value.

Readonly left

left : number

Left value.

Readonly right

right : number

Right value.

Readonly top

top : number

Top value.