| Pacote | flash.display |
| Classe | public final class NativeWindowResize |
| Herança | NativeWindowResize Object |
Window.startResize() method.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| BOTTOM : String = "B" [static]
Specifies that the Window resizes at the bottom.
| NativeWindowResize | ||
| BOTTOM_LEFT : String = "BL" [static]
Specifies that the Window resizes in the bottom-left corner.
| NativeWindowResize | ||
| BOTTOM_RIGHT : String = "BR" [static]
Specifies that the Window resizes in the bottom-right corner.
| NativeWindowResize | ||
| LEFT : String = "L" [static]
Specifies that the Window resizes on the left.
| NativeWindowResize | ||
| NONE : String = "" [static]
Provides no hint to the system about which edge or corner to
resize from, allowing for default behavior.
| NativeWindowResize | ||
| RIGHT : String = "R" [static]
Specifies that the Window resizes to the right.
| NativeWindowResize | ||
| TOP : String = "T" [static]
Specifies that the Window resizes at the top.
| NativeWindowResize | ||
| TOP_LEFT : String = "TL" [static]
Specifies that the Window resizes in the top-left corner.
| NativeWindowResize | ||
| TOP_RIGHT : String = "TR" [static]
Specifies that the Window resizes in the top-right corner.
| NativeWindowResize | ||
| BOTTOM | Constante |
public static const BOTTOM:String = "B"
Specifies that the Window resizes at the bottom.
| BOTTOM_LEFT | Constante |
public static const BOTTOM_LEFT:String = "BL"
Specifies that the Window resizes in the bottom-left corner.
| BOTTOM_RIGHT | Constante |
public static const BOTTOM_RIGHT:String = "BR"
Specifies that the Window resizes in the bottom-right corner.
| LEFT | Constante |
public static const LEFT:String = "L"
Specifies that the Window resizes on the left.
| NONE | Constante |
public static const NONE:String = ""
Provides no hint to the system about which edge or corner to resize from, allowing for default behavior.
| RIGHT | Constante |
public static const RIGHT:String = "R"
Specifies that the Window resizes to the right.
| TOP | Constante |
public static const TOP:String = "T"
Specifies that the Window resizes at the top.
| TOP_LEFT | Constante |
public static const TOP_LEFT:String = "TL"
Specifies that the Window resizes in the top-left corner.
| TOP_RIGHT | Constante |
public static const TOP_RIGHT:String = "TR"
Specifies that the Window resizes in the top-right corner.