Paket | mx.controls |
Klass | public final class ProgressBarLabelPlacement |
Arv | ProgressBarLabelPlacement Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
labelPlacement
property of the ProgressBar class.
Fler exempel
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
BOTTOM : String = "bottom" [statisk]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [statisk]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [statisk]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [statisk]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [statisk]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
Konstantdetaljer
BOTTOM | Konstant |
public static const BOTTOM:String = "bottom"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
CENTER | Konstant |
public static const CENTER:String = "center"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
LEFT | Konstant |
public static const LEFT:String = "left"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
RIGHT | Konstant |
public static const RIGHT:String = "right"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
TOP | Konstant |
public static const TOP:String = "top"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.
Tue Jun 12 2018, 01:40 PM Z