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

From Serious Documentation
Jump to: navigation, search
(Created page with "=== Node: All Box Model Nodes === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | Data Type ! scope="col" |...")
 
(Node: All Box Model Nodes)
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|boxmodel|ib}}||{{DataType|Dimension}}|| Gets the inner area bottom coordinate of a [[SHIP:BoxModel|box model node]]. </onlyinclude>
+
|<onlyinclude>{{Prop|boxmodel|ib}}||{{DataType|Dimension}}|| Gets the inner area bottom <b>coordinate</b> of a [[SHIP:BoxModel|box model node]]. </onlyinclude>
 
|}
 
|}
 
The inner bottom (ib) property of the box gets the screen coordinate (pixel count from the top screen edge) of the bottom of the inner area of a container, inside the container's padding region.
 
The inner bottom (ib) property of the box gets the screen coordinate (pixel count from the top screen edge) of the bottom of the inner area of a container, inside the container's padding region.
  
 
This is a read-only property both in [[SHIPTide]] and [[SHIPEngine]].
 
This is a read-only property both in [[SHIPTide]] and [[SHIPEngine]].

Revision as of 16:07, 24 January 2013

Node: All Box Model Nodes

Property Data Type Description
ib Dimension Gets the inner area bottom coordinate of a box model node.

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

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