Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.display 
NativeWindowResize 
Packageflash.display
Classpublic final class NativeWindowResize
InheritanceNativeWindowResize Inheritance Object

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.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  AIR-only BOTTOM : String = "B"
[static] The bottom edge of the window.
NativeWindowResize
  AIR-only BOTTOM_LEFT : String = "BL"
[static] The bottom-left corner of the window.
NativeWindowResize
  AIR-only BOTTOM_RIGHT : String = "BR"
[static] The bottom-right corner of the window.
NativeWindowResize
  AIR-only LEFT : String = "L"
[static] The left edge of the window.
NativeWindowResize
  AIR-only NONE : String
[static] Provides no hint to the system about which edge or corner to resize from, allowing for default behavior.
NativeWindowResize
  AIR-only RIGHT : String = "R"
[static] The right edge of the window.
NativeWindowResize
  AIR-only TOP : String = "T"
[static] The top edge of the window.
NativeWindowResize
  AIR-only TOP_LEFT : String = "TL"
[static] The top-left corner of the window.
NativeWindowResize
  AIR-only TOP_RIGHT : String = "TR"
[static] The top-right corner of the window.
NativeWindowResize
Constant Detail
AIR-only 

BOTTOM

Constant
public static const BOTTOM:String = "B"

Runtime Versions: AIR 1.0

The bottom edge of the window.

AIR-only 

BOTTOM_LEFT

Constant 
public static const BOTTOM_LEFT:String = "BL"

Runtime Versions: AIR 1.0

The bottom-left corner of the window.

AIR-only 

BOTTOM_RIGHT

Constant 
public static const BOTTOM_RIGHT:String = "BR"

Runtime Versions: AIR 1.0

The bottom-right corner of the window.

AIR-only 

LEFT

Constant 
public static const LEFT:String = "L"

Runtime Versions: AIR 1.0

The left edge of the window.

AIR-only 

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.

AIR-only 

RIGHT

Constant 
public static const RIGHT:String = "R"

Runtime Versions: AIR 1.0

The right edge of the window.

AIR-only 

TOP

Constant 
public static const TOP:String = "T"

Runtime Versions: AIR 1.0

The top edge of the window.

AIR-only 

TOP_LEFT

Constant 
public static const TOP_LEFT:String = "TL"

Runtime Versions: AIR 1.0

The top-left corner of the window.

AIR-only 

TOP_RIGHT

Constant 
public static const TOP_RIGHT:String = "TR"

Runtime Versions: AIR 1.0

The top-right corner of the window.