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

From Serious Documentation
Jump to: navigation, search
(Node: All Box Model Nodes)
(Node: All Box Model Nodes)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|boxmodel|it}}||{{DataType|Dimension}}|| The inner area top coordinate of a [[SHIP:BoxModel|box model node]] relative to the {{Node|display}} node. </onlyinclude>
+
|<onlyinclude>{{Prop|boxmodel|it}}||{{DataType|Dimension}}|| Inner area top coordinate of a [[SHIP:BoxModel|box model node]] relative to the {{Node|display}}. </onlyinclude>
 
|}
 
|}
The inner top (it) property of the box gets the screen coordinate (pixel count from the top {{Node|display}} edge) of the top of the inner area of a container, inside the container's padding region.
+
The inner top (it) property of the box gets the coordinate (pixel count from the top {{Node|display}} edge) of the top of the inner area of a container, inside the container's padding region.
  
 
Unlike most [[SHIP:BoxModel|Box Model Properties]] this value is relative to the {{Node|display}} node, not the parent's container.  
 
Unlike most [[SHIP:BoxModel|Box Model Properties]] this value is relative to the {{Node|display}} node, not the parent's container.  
  
 
This is a read-only property both in [[SHIPTide]] and [[SHIPEngine]].
 
This is a read-only property both in [[SHIPTide]] and [[SHIPEngine]].

Latest revision as of 09:50, 25 January 2013

Node: All Box Model Nodes

Property Data Type Description
it Dimension Inner area top coordinate of a box model node relative to the display.

The inner top (it) property of the box gets the coordinate (pixel count from the top display edge) of the top of the inner area of a container, inside the container's padding region.

Unlike most Box Model Properties this value is relative to the display node, not the parent's container.

This is a read-only property both in SHIPTide and SHIPEngine.