polygon width

Hi, I cant seem to find a way of incressing a polygon line width.

Is there?

or do i have to create a a bunch of polylines?

Hi,

Polygons and polylines are treated separately so to put a thick outline around a polygon, we create a polyline and set its line width property. See the PolylineCollection and Polyline examples.

Patrick