flash.display
public final class StageScaleMode
继承StageScaleMode Inheritance Object

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

StageScaleMode 类为 Stage.scaleMode 属性提供值。

另请参见

flash.display.Stage.scaleMode


公共属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
公共常量
 常量定义方
  EXACT_FIT : String = "exactFit"
[静态] 指定整个应用程序在指定区域中可见,但不尝试保持原始高宽比。
StageScaleMode
  NO_BORDER : String = "noBorder"
[静态] 指定整个应用程序填满指定区域,不会发生扭曲,但有可能会进行一些裁切,同时保持应用程序的原始高宽比。
StageScaleMode
  NO_SCALE : String = "noScale"
[静态] 指定应用程序的大小是固定的,因此,即使在更改播放器窗口大小时,它仍然保持不变。
StageScaleMode
  SHOW_ALL : String = "showAll"
[静态] 指定整个应用程序在指定区域中可见,且不会发生扭曲,同时保持应用程序的原始高宽比。
StageScaleMode
常量详细信息
EXACT_FIT常量
public static const EXACT_FIT:String = "exactFit"

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

指定整个应用程序在指定区域中可见,但不尝试保持原始高宽比。可能会发生扭曲。

NO_BORDER常量 
public static const NO_BORDER:String = "noBorder"

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

指定整个应用程序填满指定区域,不会发生扭曲,但有可能会进行一些裁切,同时保持应用程序的原始高宽比。

NO_SCALE常量 
public static const NO_SCALE:String = "noScale"

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

指定应用程序的大小是固定的,因此,即使在更改播放器窗口大小时,它仍然保持不变。如果播放器窗口比内容小,则可能进行一些裁切。

SHOW_ALL常量 
public static const SHOW_ALL:String = "showAll"

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

指定整个应用程序在指定区域中可见,且不会发生扭曲,同时保持应用程序的原始高宽比。应用程序的两侧可能会显示边框。