
titleAntiAlias [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the type of anti-aliasing that is applied to text field in titles.
Acceptable values include "Normal" and "Advanced".
The default value is "Advanced".
public function get titleAntiAlias():String
public function set titleAntiAlias(value:String):void
The following changes the anti alias setting:
my_tg.titleAntiAlias = "Normal";