Skip to content

Vizzu / Modules / types/styles / Padding

Interface: Padding

types/styles.Padding

Padding on the four sides of the bounding rect.

Hierarchy

Properties

paddingBottom

• Optional paddingBottom: null | Length

Bottom padding of the element.


paddingLeft

• Optional paddingLeft: null | Length

Left padding of the element.


paddingRight

• Optional paddingRight: null | Length

Right padding of the element.


paddingTop

• Optional paddingTop: null | Length

Top padding of the element.