Paquete | mx.controls |
Clase | public final class ProgressBarDirection |
Herencia | ProgressBarDirection Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
direction
property of the ProgressBar class.
Más ejemplos
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LEFT : String = "left" [estática]
Specifies to fill the progress bar from the right to the left. | ProgressBarDirection | ||
RIGHT : String = "right" [estática]
Specifies to fill the progress bar from the left to the right. | ProgressBarDirection |
Información sobre constantes
LEFT | Constante |
public static const LEFT:String = "left"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies to fill the progress bar from the left to the right.
Tue Jun 12 2018, 02:12 PM Z