window.runtime 属性window.runtime.flash.display.NativeWindowResize
继承NativeWindowResize Inheritance Object

NativeWindowResize 类定义一些常量,它们表示 NativeWindow startResize() 方法的 edgeOrCorner 参数的可能值。

定义常数以命名窗口的每条边和每个角。

另请参见

NativeWindow.startResize()


属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
 Inherited
hasOwnProperty(name:String):Boolean
指示对象是否已经定义了指定的属性。
Object
 Inherited
isPrototypeOf(theClass:Object):Boolean
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
设置循环操作动态属性的可用性。
Object
 Inherited
toString():String
返回指定对象的字符串表示形式。
Object
 Inherited
valueOf():Object
返回指定对象的原始值。
Object
常量
 常量定义方
  BOTTOM : String = "B"
[静态] 窗口的底边。
NativeWindowResize
  BOTTOM_LEFT : String = "BL"
[静态] 窗口的左下角。
NativeWindowResize
  BOTTOM_RIGHT : String = "BR"
[静态] 窗口的右下角。
NativeWindowResize
  LEFT : String = "L"
[静态] 窗口的左边。
NativeWindowResize
  NONE : String = ""
[静态] 不向系统提供有关要调整大小的边或角的提示,从而允许使用默认行为。
NativeWindowResize
  RIGHT : String = "R"
[静态] 窗口的右边。
NativeWindowResize
  TOP : String = "T"
[静态] 窗口的顶边。
NativeWindowResize
  TOP_LEFT : String = "TL"
[静态] 窗口的左上角。
NativeWindowResize
  TOP_RIGHT : String = "TR"
[静态] 窗口的右上角。
NativeWindowResize
常量详细信息
BOTTOM常量
static const BOTTOM:String = "B"

窗口的底边。

BOTTOM_LEFT常量 
static const BOTTOM_LEFT:String = "BL"

窗口的左下角。

BOTTOM_RIGHT常量 
static const BOTTOM_RIGHT:String = "BR"

窗口的右下角。

LEFT常量 
static const LEFT:String = "L"

窗口的左边。

NONE常量 
static const NONE:String = ""

不向系统提供有关要调整大小的边或角的提示,从而允许使用默认行为。

RIGHT常量 
static const RIGHT:String = "R"

窗口的右边。

TOP常量 
static const TOP:String = "T"

窗口的顶边。

TOP_LEFT常量 
static const TOP_LEFT:String = "TL"

窗口的左上角。

TOP_RIGHT常量 
static const TOP_RIGHT:String = "TR"

窗口的右上角。