Difference between revisions of "Property Element"

84 bytes removed ,  04:10, 20 May 2010
imported>Kyoma
imported>Kyoma
Line 22: Line 22:
*'''Alpha''' (Numeric)  Value between 0 and 255 that determines transparency of element.  An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc.
*'''Alpha''' (Numeric)  Value between 0 and 255 that determines transparency of element.  An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc.
*'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top.  Not that by default, an element always has higher depth than its parent.  
*'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top.  Not that by default, an element always has higher depth than its parent.  
*'''Clips''' (Numeric: Boolean)  If the element's (relative) position is outside of its parent element's dimensions it will be hidden. Only works if the parent element has the <clipwindow> trait (and is true ofcourse).
*'''Clips''' (Numeric: Boolean)  If the element's (relative) position is outside of its parent element's dimensions it will be hidden.


== Mouse Targetable ==
== Mouse Targetable ==
Anonymous user