Paquete | org.osmf.layout |
Clase | public final class LayoutMode |
Herencia | LayoutMode Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estática]
Identifier for the layout renderer's horizontal mode. | LayoutMode | ||
NONE : String = "none" [estática]
Identifier for the layout renderer's default mode. | LayoutMode | ||
OVERLAY : String = "overlay" [estática] | LayoutMode | ||
VERTICAL : String = "vertical" [estática]
Identifier for the layout renderer's vertical mode. | LayoutMode |
Información sobre constantes
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's horizontal mode.
NONE | Constante |
public static const NONE:String = "none"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's default mode.
OVERLAY | Constante |
public static const OVERLAY:String = "overlay"
VERTICAL | Constante |
public static const VERTICAL:String = "vertical"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's vertical mode.
Tue Jun 12 2018, 02:12 PM Z