Pacchetto | spark.layouts |
Classe | public final class ColumnAlign |
Ereditarietà | ColumnAlign Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
columnAlign
property of the TileLayout class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [statico]
Justify the rows by increasing the vertical gap. | ColumnAlign | ||
JUSTIFY_USING_WIDTH : String = "justifyUsingWidth" [statico]
Justify the rows by increasing the row height. | ColumnAlign | ||
LEFT : String = "left" [statico]
Do not justify the rows. | ColumnAlign |
Descrizione delle costanti
JUSTIFY_USING_GAP | Costante |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_WIDTH | Costante |
public static const JUSTIFY_USING_WIDTH:String = "justifyUsingWidth"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
LEFT | Costante |
public static const LEFT:String = "left"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Tue Jun 12 2018, 02:44 PM Z