| Package | com.esri.ags.symbol |
| Class | public class LineSymbol |
| Inheritance | LineSymbol Symbol flash.events.EventDispatcher |
| Subclasses | SimpleLineSymbol |
See also
| Property | Defined by | ||
|---|---|---|---|
| alpha : Number
Line symbol alpha (transparency).
| LineSymbol | ||
| color : uint
Line symbol color.
| LineSymbol | ||
| width : Number
Line symbol width in pixels.
| LineSymbol | ||
| alpha | property |
alpha:Number [read-write]Line symbol alpha (transparency). Possible values range from 0.0 (invisible, fully transparent) to 1.0 (opaque, fully visible).
The default value is 1.0 (opaque, fully visible).
This property can be used as the source for data binding.
Implementation public function get alpha():Number
public function set alpha(value:Number):void
| color | property |
color:uint [read-write]Line symbol color.
The default value is 0x000000 (black).
This property can be used as the source for data binding.
Implementation public function get color():uint
public function set color(value:uint):void
| width | property |
width:Number [read-write]Line symbol width in pixels.
The default value is 1 pixel.
This property can be used as the source for data binding.
Implementation public function get width():Number
public function set width(value:Number):void