
titleShadow [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls whether a drop shadow effect is rendered underneath the title's text field.
Acceptable values "Off" and "On".
The default value is "On".
public function get titleShadow():String
public function set titleShadow(value:String):void
The following changes the parameter:
my_tg.titleShadow = "Off";