Pacote | mx.controls |
Classe | public final class ProgressBarLabelPlacement |
Herança | ProgressBarLabelPlacement Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
labelPlacement
property of the ProgressBar class.
Mais exemplos
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
BOTTOM : String = "bottom" [estático]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [estático]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [estático]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [estático]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [estático]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
Detalhes da constante
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
CENTER | Constante |
public static const CENTER:String = "center"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
LEFT | Constante |
public static const LEFT:String = "left"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
RIGHT | Constante |
public static const RIGHT:String = "right"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
TOP | Constante |
public static const TOP:String = "top"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.
Wed Jun 13 2018, 11:10 AM Z