Extending Flash |
|
|
|
| Objects > Stroke object > stroke.thickness | |||
Flash MX 2004.
stroke.thickness
Property; an integer that specifies the stroke size.
The following example sets the thickness property of the stroke to a value of 2:
var myStroke = fl.getDocumentDOM().getCustomStroke(); myStroke.thickness = 2; fl.getDocumentDOM().setCustomStroke(myStroke);
|
|
|
|