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

From Serious Documentation
Jump to: navigation, search
(Nodes: {{Node|box}})
(Nodes: Box Model Nodes)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== Nodes: {{Node|box}} ({{Node|layoutarea|Layout Area Only}})===
+
=== Nodes: [[SHIP:BoxModel|Box Model Nodes]] ===
{| class="wikitable" style="margin: 1em auto 1em auto;"
+
{{PropTableStart}}
! scope="col" | Property
 
! scope="col" | Data Type
 
! scope="col" | Description
 
 
|-
 
|-
|<onlyinclude>{{Prop|boxmodel|valign}}||{{DataType|VAlign}}|| Sets the vertical alignment of a {{Node|box}} within its parent container's inner dimensions. </onlyinclude>
+
|<onlyinclude>{{Prop|boxmodel|valign}}||{{DataType|VALIGN}}|| Vertical alignment of a [[SHIP:BoxModel|box model node]] within its parent container's inner dimensions. </onlyinclude>
 
|}
 
|}
The vertical alignment (valign) property positions a node within its parent to to the top, center, or bottom of the inner area of the parent.
+
The vertical alignment ({{Prop|boxmodel|valign}}) property positions a node within its parent to to the top, center, or bottom of the inner area of the parent.
 
 
Allowed values of '''valign''' are:
 
* unset - allowing the {{Prop|boxmodel|ot}}/{{Prop|boxmodel|oh}}/{{Prop|boxmodel|ob}} properties to govern the vertical positioning of the {{Node|box}}.
 
* '''TOP''' - to align the {{Node|box}} to the top of the parent's inner area
 
* '''CENTER''' - to center the {{Node|box}} vertically within the parent's inner area
 
* '''BOTTOM''' - to align the {{Node|box}} to the bottom of the parent's inner area
 

Latest revision as of 17:41, 14 June 2015

Nodes: Box Model Nodes

{{{1}}}
Property Data Type Description
valign VALIGN Vertical alignment of a box model node within its parent container's inner dimensions.

The vertical alignment (valign) property positions a node within its parent to to the top, center, or bottom of the inner area of the parent.