BoxModel
An enumeration with the various box sizing models / clip or origins.
BorderBox = 0
The background extends to the outside edge of the border (but underneath the border in z-ordering).
ContentBox = 2
The background is painted within (clipped to) the content box.
PaddingBox = 1
No background is drawn below the border (background extends to the outside edge of the padding).