Pacote | spark.layouts |
Classe | public final class RowAlign |
Herança | RowAlign Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
rowAlign
property of the TileLayout class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [estático]
Justify the rows by increasing the vertical gap. | RowAlign | ||
JUSTIFY_USING_HEIGHT : String = "justifyUsingHeight" [estático]
Justify the rows by increasing the row height. | RowAlign | ||
TOP : String = "top" [estático]
Do not justify the rows. | RowAlign |
Detalhes da constante
JUSTIFY_USING_GAP | Constante |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_HEIGHT | Constante |
public static const JUSTIFY_USING_HEIGHT:String = "justifyUsingHeight"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
TOP | Constante |
public static const TOP:String = "top"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Wed Jun 13 2018, 11:10 AM Z