Pacote | org.osmf.layout |
Classe | public final class LayoutMode |
Herança | LayoutMode Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estático]
Identifier for the layout renderer's horizontal mode. | LayoutMode | ||
NONE : String = "none" [estático]
Identifier for the layout renderer's default mode. | LayoutMode | ||
OVERLAY : String = "overlay" [estático] | LayoutMode | ||
VERTICAL : String = "vertical" [estático]
Identifier for the layout renderer's vertical mode. | LayoutMode |
Detalhes da constante
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's horizontal mode.
NONE | Constante |
public static const NONE:String = "none"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's vertical mode.
Wed Jun 13 2018, 11:10 AM Z