
titlePosition [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls where the title element is positioned inside the thumbnail.
Acceptable values "Bottom" and "Top".
The default value is "Bottom".
public function get titlePosition():String
public function set titlePosition(value:String):void
The following changes the parameter:
my_tg.titlePosition = "Top";