<gradientview>

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

Attributes

Name 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 <drawview>

oncontext

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy