Pakket | mx.controls |
Klasse | public final class ProgressBarDirection |
Overerving | ProgressBarDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
direction
property of the ProgressBar class.
Meer voorbeelden
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
LEFT : String = "left" [statisch]
Specifies to fill the progress bar from the right to the left. | ProgressBarDirection | ||
RIGHT : String = "right" [statisch]
Specifies to fill the progress bar from the left to the right. | ProgressBarDirection |
Constantedetails
LEFT | Constante |
public static const LEFT:String = "left"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to fill the progress bar from the right to the left.
RIGHT | Constante |
public static const RIGHT:String = "right"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to fill the progress bar from the left to the right.
Wed Jun 13 2018, 11:42 AM Z