Height
From GECK
This article is incomplete. You can help by filling in any blank descriptions. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |
The height directive is a trait that sets the height of a rect in a user inferface XML block.
Example
<image name="MyImageBlock"> <height> 800 </height> <width> 300 </width> </image>
Image will be 800 pixels high, and 300 pixels long