
titlePadding [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the amount of padding, in pixels, between text and the edges of the thumbnail. Value is array based, with order being top, right, bottom, left.
The default value is [0,2,2,2].
public function get titlePadding():Array
public function set titlePadding(value:Array):void
The following changes the parameter:
my_tg.titlePadding = [4,4,4,4];