| 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
| 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 |
| Constant |
public static const BOTTOM_LEFT:String = "BL"| Runtime Versions : | AIR 1.0 |
The bottom-left corner of the window.
| Constant |
public static const BOTTOM_RIGHT:String = "BR"| Runtime Versions : | AIR 1.0 |
The bottom-right corner of the window.
| Constant |
| 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.
| Constant |
| Constant |
| Constant |
public static const TOP_LEFT:String = "TL"| Runtime Versions : | AIR 1.0 |
The top-left corner of the window.
| Constant |
public static const TOP_RIGHT:String = "TR"| Runtime Versions : | AIR 1.0 |
The top-right corner of the window.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/NativeWindowResize.html