| Package | mx.controls |
| Class | public final class ProgressBarLabelPlacement |
| Inheritance | ProgressBarLabelPlacement Object |
labelPlacement property의 값을 정의합니다.
See also
| 정수 | 정의 | ||
|---|---|---|---|
| BOTTOM : String = "bottom" [static]
progress bar의 아래 쪽에 label를 배치합니다.
| ProgressBarLabelPlacement | ||
| CENTER : String = "center" [static]
progress bar 내부의 중앙에 배치합니다.
| ProgressBarLabelPlacement | ||
| LEFT : String = "left" [static]
progress bar의 좌측으로 label를 배치합니다.
| ProgressBarLabelPlacement | ||
| RIGHT : String = "right" [static]
progress bar의 우측으로 label를 배치합니다.
| ProgressBarLabelPlacement | ||
| TOP : String = "top" [static]
progress bar의 위쪽에 label를 배치합니다.
| ProgressBarLabelPlacement | ||
| BOTTOM | 정수 |
public static const BOTTOM:String = "bottom"progress bar의 아래 쪽에 label를 배치합니다.
| CENTER | 정수 |
public static const CENTER:String = "center"progress bar 내부의 중앙에 배치합니다.
| LEFT | 정수 |
public static const LEFT:String = "left"progress bar의 좌측으로 label를 배치합니다.
| RIGHT | 정수 |
public static const RIGHT:String = "right"progress bar의 우측으로 label를 배치합니다.
| TOP | 정수 |
public static const TOP:String = "top"progress bar의 위쪽에 label를 배치합니다.
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/controls/ProgressBarLabelPlacement.html