Packageorg.libspark.swfassist.swf.structures
Classpublic class LineStyle
SubclassesLineStyle2



Public Properties
 PropertyDefined by
  color : RGBA
Swfassist ignores ALPHA if this class defined at Shape1 or Shape2.
LineStyle
  width : Number
LineStyle
  widthTwips : uint
LineStyle
Property detail
colorproperty
color:RGBA  [read-write]

Swfassist ignores ALPHA if this class defined at Shape1 or Shape2.

Implementation
    public function get color():RGBA
    public function set color(value:RGBA):void
widthproperty 
width:Number  [read-write]Implementation
    public function get width():Number
    public function set width(value:Number):void
widthTwipsproperty 
widthTwips:uint  [read-write]Implementation
    public function get widthTwips():uint
    public function set widthTwips(value:uint):void