Interface BoxEntry

Hierarchy

  • BoxEntry

Properties

border-box: StyleObject<{}>

The background is painted within (clipped to) the border box.

content-box: StyleObject<{}>

The background is painted within (clipped to) the content box.

padding-box: StyleObject<{}>

The background is painted within (clipped to) the padding box.