Packagemx.controls
Classpublic final class ProgressBarLabelPlacement

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

See also

mx.controls.ProgressBar


Public Constants
 ConstantDefined by
  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
Constant detail
BOTTOMconstant
public static const BOTTOM:String = "bottom"

Specifies to place the label below the progress bar.

CENTERconstant 
public static const CENTER:String = "center"

Specifies to place at the center inside the progress bar.

LEFTconstant 
public static const LEFT:String = "left"

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

RIGHTconstant 
public static const RIGHT:String = "right"

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

TOPconstant 
public static const TOP:String = "top"

Specifies to place the label above the progress bar.