패키지 | spark.components |
클래스 | public final class IconPlacement |
상속 | IconPlacement Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
iconPlacement
style of a Button, CheckBox, RadioButton or ToggleButton.
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
BOTTOM : String = "bottom" [정적]
Specifies that the icon appears below the label. | IconPlacement | ||
LEFT : String = "left" [정적]
Specifies that the icon appears to the left of the label. | IconPlacement | ||
RIGHT : String = "right" [정적]
Specifies that the icon appears to the right of the label. | IconPlacement | ||
TOP : String = "top" [정적]
Specifies that the icon appears above the label. | IconPlacement |
상수 세부 정보
BOTTOM | 상수 |
public static const BOTTOM:String = "bottom"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears below the label.
LEFT | 상수 |
public static const LEFT:String = "left"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the left of the label.
RIGHT | 상수 |
public static const RIGHT:String = "right"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the right of the label.
TOP | 상수 |
public static const TOP:String = "top"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears above the label.
Tue Jun 12 2018, 03:17 PM Z