Pacchetto | mx.controls |
Classe | public final class ProgressBarLabelPlacement |
Ereditarietà | ProgressBarLabelPlacement Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
labelPlacement
property of the ProgressBar class.
Altri esempi
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
BOTTOM : String = "bottom" [statico]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [statico]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [statico]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [statico]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [statico]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
Descrizione delle costanti
BOTTOM | Costante |
public static const BOTTOM:String = "bottom"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
CENTER | Costante |
public static const CENTER:String = "center"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
LEFT | Costante |
public static const LEFT:String = "left"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
RIGHT | Costante |
public static const RIGHT:String = "right"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
TOP | Costante |
public static const TOP:String = "top"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.
Tue Jun 12 2018, 02:44 PM Z