| Package | flash.display |
| Class | public final class NativeWindowResize |
| Inheritance | NativeWindowResize Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 |
edgeOrCorner parameter of the NativeWindow
startResize() method.
A constant is defined to name each edge and corner of a window.
See also
Public Properties
Public Methods
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
[static]
The bottom edge of the window. | NativeWindowResize | ||
[static]
The bottom-left corner of the window. | NativeWindowResize | ||
[static]
The bottom-right corner of the window. | NativeWindowResize | ||
[static]
The left edge of the window. | NativeWindowResize | ||
[static]
Provides no hint to the system about which edge or corner to
resize from, allowing for default behavior. | NativeWindowResize | ||
[static]
The right edge of the window. | NativeWindowResize | ||
[static]
The top edge of the window. | NativeWindowResize | ||
[static]
The top-left corner of the window. | NativeWindowResize | ||
[static]
The top-right corner of the window. | NativeWindowResize | ||
Constant Detail
BOTTOM | Constant |
BOTTOM_LEFT | Constant |
public static const BOTTOM_LEFT:String = "BL"| Runtime Versions: | AIR 1.0 |
The bottom-left corner of the window.
BOTTOM_RIGHT | Constant |
public static const BOTTOM_RIGHT:String = "BR"| Runtime Versions: | AIR 1.0 |
The bottom-right corner of the window.
LEFT | Constant |
NONE | Constant |
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.
RIGHT | Constant |
TOP | Constant |
TOP_LEFT | Constant |
public static const TOP_LEFT:String = "TL"| Runtime Versions: | AIR 1.0 |
The top-left corner of the window.
TOP_RIGHT | Constant |
public static const TOP_RIGHT:String = "TR"| Runtime Versions: | AIR 1.0 |
The top-right corner of the window.
Fri Mar 19 2010, 02:45 AM -07:00

Hide Inherited Public Properties
Show Inherited Public Properties