
thumbZoomScale [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
The scale of the thumbnail at its final size when thumbZoom is set to "On".
The default value is 2 (twice as large) in ThumbGrid 1, 1.2 in ThumbGrid 2.
public function get thumbZoomScale():Number
public function set thumbZoomScale(value:Number):void
The following examples makes every thumbnail 50% larger when rolled-over.
my_tg.thumbZoomScale = 1.5;