Pakket | mx.controls |
Klasse | public final class ProgressBarLabelPlacement |
Overerving | ProgressBarLabelPlacement Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
labelPlacement
property of the ProgressBar class.
Meer voorbeelden
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BOTTOM : String = "bottom" [statisch]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [statisch]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [statisch]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [statisch]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [statisch]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
Constantedetails
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
CENTER | Constante |
public static const CENTER:String = "center"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
LEFT | Constante |
public static const LEFT:String = "left"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
RIGHT | Constante |
public static const RIGHT:String = "right"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
TOP | Constante |
public static const TOP:String = "top"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.
Wed Jun 13 2018, 11:42 AM Z