| Package | flash.display |
| Class | public final class StageDisplayState |
| Inheritance | StageDisplayState Object |
Stage.displayState property.
See also
| Constant | Defined by | ||
|---|---|---|---|
| FULL_SCREEN : String = "fullScreen" [static]
Specifies that the Stage is in full-screen mode.
| StageDisplayState | ||
| NORMAL : String = "normal" [static]
Specifies that the Stage is in normal mode.
| StageDisplayState | ||
| FULL_SCREEN | constant |
public static const FULL_SCREEN:String = "fullScreen"Specifies that the Stage is in full-screen mode.
| NORMAL | constant |
public static const NORMAL:String = "normal"Specifies that the Stage is in normal mode.