패키지 | mx.controls |
클래스 | public final class ProgressBarLabelPlacement |
상속 | ProgressBarLabelPlacement Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
labelPlacement
property of the ProgressBar class.
기타 예제
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
BOTTOM : String = "bottom" [정적]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [정적]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [정적]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [정적]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [정적]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
상수 세부 정보
BOTTOM | 상수 |
public static const BOTTOM:String = "bottom"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
CENTER | 상수 |
public static const CENTER:String = "center"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
LEFT | 상수 |
public static const LEFT:String = "left"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
RIGHT | 상수 |
public static const RIGHT:String = "right"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
TOP | 상수 |
public static const TOP:String = "top"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.
Tue Jun 12 2018, 03:17 PM Z