Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 376 Bytes

File metadata and controls

22 lines (13 loc) · 376 Bytes

edge.stroke

Availability

Flash CS4 Professional.

Usage

edge.stroke

Description

Property; a Stroke object.

Example

The following example displays the stroke color of the first edge of the selected object:

var shape = fl.getDocumentDOM().selection[0];
fl.trace(shape.edges[0].stroke.color);