<gradientview>

JavaScript: lz.gradientview
extends <drawview> » <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
borderColor color Color 0x000000 read/write
   
borderColorBottom color Color   read/write
   
borderColorLeft color Color   read/write
   
borderColorRight color Color   read/write
   
borderColorTop color Color   read/write
   
borderSize number Number 0 read/write
   
borderSizeBottom number Number 0 read/write
   
borderSizeLeft number Number 0 read/write
   
borderSizeRight number Number 0 read/write
   
borderSizeTop number Number 0 read/write
   
colorFrom color Color   read/write
   
colorTo color Color   read/write
   
gradientOrientation string String vertical read/write
   
gradientType string String linear read/write
   
stretchHeight number Number   read/write
   
stretchWidth number Number   read/write
   

Methods

draw()
gradientview.draw(ignore);
Parameter Name Type Description
ignore    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy