Package | flash.display |
Class | public final class StageAspectRatio |
Inheritance | StageAspectRatio Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 2 |
Stage.setAspectRatio()
method.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LANDSCAPE : String = "landscape" [static]
Specifies a device orientation that presents a landscape UI
| StageAspectRatio | ||
PORTRAIT : String = "portrait" [static]
Specifies a device orientation that presents a portrait UI
| StageAspectRatio |
Constant Detail
LANDSCAPE | Constant |
public static const LANDSCAPE:String = "landscape"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 2 |
Specifies a device orientation that presents a landscape UI
PORTRAIT | Constant |
public static const PORTRAIT:String = "portrait"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 2 |
Specifies a device orientation that presents a portrait UI
Thu May 20 2010, 02:19 AM -07:00