Packagemx.controls
Classpublic final class ProgressBarLabelPlacement
InheritanceProgressBarLabelPlacement Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies to place the label below the progress bar.

CENTERConstant 
public static const CENTER:String = center

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies to place at the center inside the progress bar.

LEFTConstant 
public static const LEFT:String = left

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

TOPConstant 
public static const TOP:String = top

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies to place the label above the progress bar.