Paquete | spark.layouts |
Clase | public final class RowAlign |
Herencia | RowAlign Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
rowAlign
property of the TileLayout class.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [estática]
Justify the rows by increasing the vertical gap. | RowAlign | ||
JUSTIFY_USING_HEIGHT : String = "justifyUsingHeight" [estática]
Justify the rows by increasing the row height. | RowAlign | ||
TOP : String = "top" [estática]
Do not justify the rows. | RowAlign |
Información sobre constantes
JUSTIFY_USING_GAP | Constante |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
TOP | Constante |
public static const TOP:String = "top"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Tue Jun 12 2018, 02:12 PM Z