| Pacote | flash.display |
| Classe | public final class StageDisplayState |
| Herança | StageDisplayState Object |
Stage.displayState property.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| FULL_SCREEN : String = "fullScreen" [static]
Specifies that the Stage is in full-screen mode.
| StageDisplayState | ||
| FULL_SCREEN_INTERACTIVE : String = "fullScreenInteractive" [static]
Specifies that the Stage is in full-screen mode with
user interaction enabled ( Only AIR currently supports this ).
| StageDisplayState | ||
| NORMAL : String = "normal" [static]
Specifies that the Stage is in normal mode.
| StageDisplayState | ||
| FULL_SCREEN | Constante |
public static const FULL_SCREEN:String = "fullScreen"
Specifies that the Stage is in full-screen mode.
| FULL_SCREEN_INTERACTIVE | Constante |
public static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"
Specifies that the Stage is in full-screen mode with user interaction enabled ( Only AIR currently supports this ).
| NORMAL | Constante |
public static const NORMAL:String = "normal"
Specifies that the Stage is in normal mode.