new AnchorType()
base/enum/AnchorType.js, line 1
锚点位置类
Members
-
AnchorType.bottomString
-
AnchorType.bottom bottom
- Default Value: 'bottom'
AnchorType.bottomLeftString
AnchorType.bottomLeft bottom-left
- Default Value: 'bottom-left'
AnchorType.bottomRightString
AnchorType.bottomRight bottom-right
- Default Value: 'bottom-right'
AnchorType.centerString
AnchorType.center center
- Default Value: 'center'
AnchorType.leftString
AnchorType.left left
- Default Value: 'left'
AnchorType.relativeString
AnchorType.relative relative
- Default Value: 'relative'
AnchorType.rightString
AnchorType.right right
- Default Value: 'right'
AnchorType.topString
AnchorType.top top
- Default Value: 'top'
AnchorType.topLeftString
AnchorType.topLeft top-left
- Default Value: 'top-left'
AnchorType.topRightString
AnchorType.topRight top-right
- Default Value: 'top-right'