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

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)
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|boxmodel|ir}}||{{DataType|Dimension}}|| Gets the inner area right coordinate of a [[SHIP:BoxModel|box model node]]. </onlyinclude>
+
|<onlyinclude>{{Prop|boxmodel|ir}}||{{DataType|Dimension}}|| Inner area right coordinate of a [[SHIP:BoxModel|box model node]], relative to the {{Node|display}}. </onlyinclude>
 
|}
 
|}
The inner right (ir) property of the box gets the screen coordinate (pixel count from the right screen edge) of the right of the inner area of a container, inside the container's padding region.
+
The inner right (ir) property of the box gets the coordinate (pixel) of the of the right 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.  
  
 
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 05:34, 25 January 2013

Node: All Box Model Nodes

Property Data Type Description
ir Dimension Inner area right coordinate of a box model node, relative to the display.

The inner right (ir) property of the box gets the coordinate (pixel) of the of the right 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.