| Package | com.quilix.controls |
| Class | public class ScrollingLabel |
| Inheritance | ScrollingLabel mx.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| autoStart : Boolean
Calls the
start method after the creation complete event if
marked true. | ScrollingLabel | ||
| running : Boolean
Returns
true if the scrolling label is running. | ScrollingLabel | ||
| speed : int
The number of pixels skipped per refresh; between 1 - 10;
| ScrollingLabel | ||
| text : String
Setter/getter for control text block.
| ScrollingLabel | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| ScrollingLabel | ||
|
start():void
Begin scrolling text.
| ScrollingLabel | ||
|
stop():void
Stop scrolling text.
| ScrollingLabel | ||
| autoStart | property |
autoStart:Boolean [read-write]
Calls the start method after the creation complete event if
marked true.
The default value is <code>false</code>.
public function get autoStart():Boolean
public function set autoStart(value:Boolean):void
See also
| running | property |
running:Boolean [read-write]
Returns true if the scrolling label is running.
The default value is <code>false</code>.
public function get running():Boolean
public function set running(value:Boolean):void
| speed | property |
speed:int [read-write]The number of pixels skipped per refresh; between 1 - 10;
The default value is 1px.
public function get speed():int
public function set speed(value:int):void
| text | property |
text:String [read-write]Setter/getter for control text block.
The default value is "".
public function get text():String
public function set text(value:String):void
| ScrollingLabel | () | constructor |
| start | () | method |
| stop | () | method |