![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
labelInstance.autoSize
Property; a string that indicates how a label sizes and aligns to fit the value of its text property. There are four possible values: "none", "left", "center", and "right". The default value is "none".
nonethe label doesn't resize or align to fit the text.leftthe right and bottom sides of the label resize to fit the text. The left and top sides don't resize.centerthe bottom side of the label resizes to fit the text. The horizontal center of the label stays anchored at the its original horizontal center position.rightthe left and bottom sides of the label resize to fit the text. The top and right side don't resize.Note: The Label component autoSize property is different from the built-in ActionScript TextField object's autoSize property.
![]() ![]() | |