|
|
|
Tooltip.alpha |
Tooltip |
A Number (1-100) that indicates Tooltip main body transparency. |
Tooltip.autoDrag |
Tooltip |
A Boolean value that indicates whether the component is dragged automatically ( true ) or not ( false ). |
Tooltip.autoShow |
Tooltip |
A Boolean value that indicates whether the component is displayed automatically ( true ) or not ( false ). To manually display Tooltip Component that is located on stage use Tooltip.showTooltip() method. |
Tooltip.autoSize |
Tooltip |
A Boolean value that indicates whether the component is resized to the width of the text ( true ) or to a fixed value ( false ). |
Tooltip.border |
Tooltip |
A Boolean value that indicates whether Tooltip's border is displayed( true ) or not ( false ). |
Tooltip.borderAlpha |
Tooltip |
A number (1-100) that indicates Tooltip border transparency. |
Tooltip.borderColor |
Tooltip |
A Hexadecimal Color value of the Tooltip border. |
Tooltip.borderSize |
Tooltip |
A number that indicates Tooltip border size. |
Tooltip.color |
Tooltip |
A Hexadecimal Color value of the Tooltip main body. |
Tooltip.position |
Tooltip |
A String ( left, right, auto ) that indicates the direction Tooltip is turned. |
Tooltip.shadow |
Tooltip |
A Boolean that indicates whether Tooltip shadow is displayed (true) or not (false). |
Tooltip.shadowAlpha |
Tooltip |
A Number that indicates the alpha transparency value for the shadow color. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class.
|
Tooltip.shadowAngle |
Tooltip |
A Number that indicates the angle of the shadow. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowBlurX |
Tooltip |
A Number that indicates the amount of horizontal blur. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowBlurY |
Tooltip |
A Number that indicates the amount of vertical blur. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowColor |
Tooltip |
A Hexadecimal Color value of the Tooltip shadow. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowDistance |
Tooltip |
A Number that indicates The offset distance for the shadow, in pixels. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowHideObject |
Tooltip |
A Boolean that indicates whether or not the object is hidden. |
Tooltip.shadowHideObject |
Tooltip |
A Boolean that indicates whether or not the shadow is an inner shadow. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowKnockout |
Tooltip |
A Boolean that applies a knockout effect (true), which effectively makes the object's fill transparent and reveals the background color of the document. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowQuality |
Tooltip |
A Number of times to apply the filter. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.shadowStrength |
Tooltip |
A Number that indicates the strength of the imprint or spread. For more information see Macromedia Flash 8 flash.filters.DropShadowFilter class. |
Tooltip.tailHeight |
Tooltip |
A Number that indicates the height of the Tooltip pointer "tail". |
Tooltip.text |
Tooltip |
A String that is displayed in the Tooltip. This property supports Macromedia TextField.htmlText functionality. |
Tooltip.textAlign |
Tooltip |
A String (left, right, center) that indicates text alignment. |
Tooltip.textColor |
Tooltip |
A Hexadecimal Color value of the font. |
Tooltip.textFont |
Tooltip |
A String that indicates font. Please note that specified font is not embedded automatically. In order to prevent problems use “safe fonts”, or embed fonts in your flash movie. |
Tooltip.textSize |
Tooltip |
A Number that indicates font size. |
Tooltip.textHtml *new |
Tooltip |
A Boolean that indicates whether html text formatting is enabled (Tooltip.autoSize property has be set to false). |