A Text component for displaying multiple lines of text with a scrollbar.
Constructor
new (?parent:DisplayObjectContainer, ?xpos:Float, ?ypos:Float, ?text:String)
Constructor
Parameters:
parent | The parent DisplayObjectContainer on which to add this Label. |
---|---|
xpos | The x position to place this component. |
ypos | The y position to place this component. |
text | The initial text to display in this component. |
Variables
autoHideScrollBar:Bool
Sets / gets whether the scrollbar will auto hide when there is nothing to scroll.