lineStyle Element

The lineStyle element defines a line style for different movie elements.

Syntax

<lineStyle id="styleId" color="lineColor" width="lineWidth"
              [alpha="lineOpacity"]
/>

 

Attributes

Name

Description

Value type

Optional

Default Value

id

Object identifier

id

no

-

color

Color of the line

color

yes

#FFFFFF

width

Line width (in pixels or twips)

coordinate

yes

1px

alpha

Sets the transparancy of the line objects. It is the same for all pixels. This attribute can take values from 0 to 255.

0 - completely transparent.

255 - completely opaque.

integer

yes

255

Parent Elements

styles collection

See Also

XML Schema Reference