Paket | mx.controls |
Sınıf | public final class ProgressBarLabelPlacement |
Miras Alma | ProgressBarLabelPlacement 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 |
labelPlacement
property of the ProgressBar class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
BOTTOM : String = "bottom" [statik]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [statik]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [statik]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [statik]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [statik]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
Sabit Ayrıntısı
BOTTOM | Sabit |
public static const BOTTOM:String = "bottom"
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 place the label below the progress bar.
CENTER | Sabit |
public static const CENTER:String = "center"
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 place at the center inside the progress bar.
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 place the label to the left of the progress bar.
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 place the label to the right of the progress bar.
TOP | Sabit |
public static const TOP:String = "top"
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 place the label above the progress bar.
Tue Jun 12 2018, 01:09 PM Z