(AIR only)
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0 |
The NativeWindowResize class defines constants for the possible values
of the
edgeOrCorner parameter of the NativeWindow
startResize() method.
A constant is defined to name each edge and corner of a window.
public static const BOTTOM:String = "B"| Runtime Versions : | AIR 1.0 |
The bottom edge of the window.
public static const BOTTOM_LEFT:String = "BL"| Runtime Versions : | AIR 1.0 |
The bottom-left corner of the window.
public static const BOTTOM_RIGHT:String = "BR"| Runtime Versions : | AIR 1.0 |
The bottom-right corner of the window.
public static const LEFT:String = "L"| Runtime Versions : | AIR 1.0 |
The left edge of the window.
public static const NONE:String = ""| Runtime Versions : | AIR 1.0 |
Provides no hint to the system about which edge or corner to
resize from, allowing for default behavior.
public static const RIGHT:String = "R"| Runtime Versions : | AIR 1.0 |
The right edge of the window.
public static const TOP:String = "T"| Runtime Versions : | AIR 1.0 |
The top edge of the window.
public static const TOP_LEFT:String = "TL"| Runtime Versions : | AIR 1.0 |
The top-left corner of the window.
public static const TOP_RIGHT:String = "TR"| Runtime Versions : | AIR 1.0 |
The top-right corner of the window.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00