
fixedSize [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the width and height of Album screen thumbnails when using "Fixed" for sizing.
The default value is [60,60].
public function get fixedSize():Array
public function set fixedSize(value:Array):void
The following assigns new values to the parameter:
my_tg.fixedSize = [30,20];