Pacotemx.controls
Classepublic final class ProgressBarLabelPlacement
HerançaProgressBarLabelPlacement Inheritance Object

The ProgressBarLabelPlacement class defines the values for the labelPlacement property of the ProgressBar class.

Ver também

mx.controls.ProgressBar


Propriedades Públicas
 PropriedadeDefinido Por
 Inheritedconstructor : Object
Uma referência ao objeto da classe ou função construtora para uma instância determinada de um objeto.
Object
 Inheritedprototype : Object
[static] Uma referência ao objeto protótipo de uma classe ou função de objeto.
Object
Métodos Públicos
 MétodoDefinido Por
 Inherited
Indica se um objeto tem uma propriedade específica definida.
Object
 Inherited
Indica se uma instância da classe Object está na corrente do protótipo do objeto determinado como parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e se é enumerável.
Object
 Inherited
Determina a disponibilidade de uma propriedade dinâmica para operações em loop.
Object
 Inherited
Retorna a representação em string de um objeto determinado.
Object
 Inherited
Retorna o valor primitivo de um objeto específico.
Object
Constantes Públicas
 ConstanteDefinido Por
  BOTTOM : String = "bottom"
[static] Specifies to place the label below the progress bar.
ProgressBarLabelPlacement
  CENTER : String = "center"
[static] Specifies to place at the center inside the progress bar.
ProgressBarLabelPlacement
  LEFT : String = "left"
[static] Specifies to place the label to the left of the progress bar.
ProgressBarLabelPlacement
  RIGHT : String = "right"
[static] Specifies to place the label to the right of the progress bar.
ProgressBarLabelPlacement
  TOP : String = "top"
[static] Specifies to place the label above the progress bar.
ProgressBarLabelPlacement
Detalhes da Constante
BOTTOMConstante
public static const BOTTOM:String = "bottom"

Specifies to place the label below the progress bar.

CENTERConstante 
public static const CENTER:String = "center"

Specifies to place at the center inside the progress bar.

LEFTConstante 
public static const LEFT:String = "left"

Specifies to place the label to the left of the progress bar.

RIGHTConstante 
public static const RIGHT:String = "right"

Specifies to place the label to the right of the progress bar.

TOPConstante 
public static const TOP:String = "top"

Specifies to place the label above the progress bar.