
titleAppearance [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the visibility of titles.
Acceptable values "Hidden", "Gallery", "Album" and "All".
When using "Hidden", no titles are displayed. When using "Gallery", titles appear only on the Gallery screen. When using "Album", only the Album screen. When "All", both Gallery and Album screens.
The default value is "Hidden".
public function get titleAppearance():String
public function set titleAppearance(value:String):void
The following changes the parameter:
my_tg.titleAppearance = "Album";