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

From Serious Documentation
Jump to: navigation, search
m (Admin moved page SHIP:Property:box:pr to SHIP:Property:boxmodel:pr without leaving a redirect)
(Node: {{Node|box}})
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|boxmodel|pr}}||{{DataType|Dimension}}|| Sets the right padding thickness of the [[SHIP:BoxModel|box model node]]. </onlyinclude>
+
|<onlyinclude>{{Prop|boxmodel|pr}}||{{DataType|Dimension}}|| Sets the right padding thickness of a [[SHIP:BoxModel|box model node]]. </onlyinclude>
 
|}
 
|}
 
The padding right (pr) property of the box set the right edge padding of the container.  The padding begins inside the innermost pixel of the right border and is exactly the '''pr''' number of pixels thick.   
 
The padding right (pr) property of the box set the right edge padding of the container.  The padding begins inside the innermost pixel of the right border and is exactly the '''pr''' 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 07:47, 21 January 2013

Node: box

Property Data Type Description
pr Dimension Sets the right padding thickness of a box model node.

The padding right (pr) property of the box set the right edge padding of the container. The padding begins inside the innermost pixel of the right border and is exactly the pr 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.