套件 | spark.components |
類別 | public final class CalloutPosition |
繼承 | CalloutPosition Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
相關 API 元素
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
公用常數
常數 | 定義自 | ||
---|---|---|---|
AFTER : String = "after" [靜態]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [靜態]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [靜態]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [靜態]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [靜態]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [靜態]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
常數詳細資訊
AFTER | 常數 |
public static const AFTER:String = "after"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | 常數 |
public static const AUTO:String = "auto"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
BEFORE | 常數 |
public static const BEFORE:String = "before"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | 常數 |
public static const END:String = "end"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | 常數 |
public static const MIDDLE:String = "middle"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | 常數 |
public static const START:String = "start"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Tue Jun 12 2018, 03:47 PM Z