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

bottom

bottom: number

Bottom value.

left

left: number

Left value.

right

right: number

Right value.

top

top: number

Top value.