
thumbShadowDistance [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 how far away from the thumbnail background is the drop-shadow effect rendered.
The default value is 1.
public function get thumbShadowDistance():Number
public function set thumbShadowDistance(value:Number):void
The following example doubles the distance of the drop shadow.
my_tg.thumbShadowDistance = 2;