Difference between revisions of "SHIP:Property:boxmodel:pt"

From Serious Documentation
Jump to: navigation, search
(Created page with "=== Node: {{Node|box}} === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | Data Type ! scope="col" | Description |- |<onlyinc...")
 
(Node: {{Node|box}})
Line 9: Line 9:
 
The padding top (pt) property of the box set the padding of the container.  The padding begins inside the innermost pixel of the border and is exactly the '''pt''' number of pixels thick.   
 
The padding top (pt) property of the box set the padding of the container.  The padding begins inside the innermost pixel of the border and is exactly the '''pt''' number of pixels thick.   
  
Inside the padding is the final inner area of the container where child objects (including other {{Node:box}}es) can exist.  Child objects inside the inner area are clipped visually to the inner area, and the location "0,0" is the upper left corner of this inner area.
+
Inside the padding is the final inner area of the container where child objects (including other {{Node|box}}es) can exist.  Child objects inside the inner area are clipped visually to the inner area, and the location "0,0" is the upper left corner of this inner area.

Revision as of 19:08, 15 January 2013

Node: box

Property Data Type Description
pt Dimension Sets the top padding thickness of the box.

The padding top (pt) property of the box set the padding of the container. The padding begins inside the innermost pixel of the border and is exactly the pt number of pixels thick.

Inside the padding is the final inner area of the container where child objects (including other boxes) can exist. Child objects inside the inner area are clipped visually to the inner area, and the location "0,0" is the upper left corner of this inner area.