Paket | mx.controls |
Sınıf | public final class ProgressBarDirection |
Miras Alma | ProgressBarDirection Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
direction
property of the ProgressBar class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
LEFT : String = "left" [statik]
Specifies to fill the progress bar from the right to the left. | ProgressBarDirection | ||
RIGHT : String = "right" [statik]
Specifies to fill the progress bar from the left to the right. | ProgressBarDirection |
Sabit Ayrıntısı
LEFT | Sabit |
public static const LEFT:String = "left"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Specifies to fill the progress bar from the right to the left.
RIGHT | Sabit |
public static const RIGHT:String = "right"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Specifies to fill the progress bar from the left to the right.
Tue Jun 12 2018, 01:09 PM Z