包 | 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" [静态]
在所有者的结尾边缘之后放置标注的前导边缘。 | CalloutPosition | ||
AUTO : String = "auto" [静态]
将标注放置在所有者外部,标注要求重新调整大小以适应的次数最少的位置。 | CalloutPosition | ||
BEFORE : String = "before" [静态]
将标注的结尾边缘放置在所有者的前导边缘之前。 | CalloutPosition | ||
END : String = "end" [静态]
将标注的结尾边缘放置在所有者的结尾边缘处。 | CalloutPosition | ||
MIDDLE : String = "middle" [静态]
将标注的 horizontalCenter 放置在所有者的 horizontalCenter 处。 | CalloutPosition | ||
START : String = "start" [静态]
将标注的前导边缘放置在所有者的前导边缘处。 | CalloutPosition |
常量详细信息
AFTER | 常量 |
public static const AFTER:String = "after"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
在所有者的结尾边缘之后放置标注的前导边缘。
AUTO | 常量 |
public static const AUTO:String = "auto"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
将标注放置在所有者外部,标注要求重新调整大小以适应的次数最少的位置。
BEFORE | 常量 |
public static const BEFORE:String = "before"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
将标注的结尾边缘放置在所有者的前导边缘之前。
END | 常量 |
public static const END:String = "end"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
将标注的结尾边缘放置在所有者的结尾边缘处。
MIDDLE | 常量 |
public static const MIDDLE:String = "middle"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
将标注的 horizontalCenter 放置在所有者的 horizontalCenter 处。
START | 常量 |
public static const START:String = "start"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
将标注的前导边缘放置在所有者的前导边缘处。
Tue Jun 12 2018, 11:04 AM Z