User Guide

98 The Fireworks Object Model
pathAttributes
Several objects have the pathAttributes property. The following list is the valid set of
pathAttributes subproperties that can be returned or set:
brushColor
fillColor
brush
fill
brushTexture
fillTexture
fillHandle1
fillHandle2
fillHandle3
brushPlacement
fillOnTop
To return the name of brush on the current path, type the following code:
brush = fw.selection[0].pathAttributes.brush.name;
(b