Pacote | mx.controls |
Classe | public final class ProgressBarDirection |
Herança | ProgressBarDirection Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
direction
property of the ProgressBar class.
Mais exemplos
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LEFT : String = "left" [estático]
Specifies to fill the progress bar from the right to the left. | ProgressBarDirection | ||
RIGHT : String = "right" [estático]
Specifies to fill the progress bar from the left to the right. | ProgressBarDirection |
Detalhes da constante
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 fill the progress bar from the right to the left.
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 fill the progress bar from the left to the right.
Wed Jun 13 2018, 11:10 AM Z