
thumbStrokeWeight [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
The width, in pixels, of the stroke that's drawn around the outer edge of every thumbnail background.
The default value is 0 (no stroke).
public function get thumbStrokeWeight():Number
public function set thumbStrokeWeight(value:Number):void
The following example creates a hairline stroke around each thumbnail background.
my_tg.thumbStrokeWeight = 1;