| Package | com.quilix.controls.imageMarqueeClasses |
| Class | public class ImageLink |
| Inheritance | ImageLink mx.controls.Image |
| Property | Defined by | ||
|---|---|---|---|
| nextLink : ImageLink
The
ImageLink to the right of this control. | ImageLink | ||
| prevLink : ImageLink
The
ImageLink to the left of this control. | ImageLink | ||
| scrollDirection : String
The direction in which the control moves; set by the
ImageMarquee. | ImageLink | ||
| VERSION : String [read-only]
Version of the QFx class.
| ImageLink | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| ImageLink | ||
| nextLink | property |
nextLink:ImageLink [read-write]
The ImageLink to the right of this control.
The default value is null.
public function get nextLink():ImageLink
public function set nextLink(value:ImageLink):void
| prevLink | property |
prevLink:ImageLink [read-write]
The ImageLink to the left of this control.
public function get prevLink():ImageLink
public function set prevLink(value:ImageLink):void
| scrollDirection | property |
scrollDirection:String [read-write]
The direction in which the control moves; set by the ImageMarquee.
The default value is ImageMarquee.SCROLL_RIGHT.
public function get scrollDirection():String
public function set scrollDirection(value:String):void
| VERSION | property |
VERSION:String [read-only]Version of the QFx class.
Implementation public function get VERSION():String
| ImageLink | () | constructor |
public function ImageLink()Constructor.