TextAnchorPos Enumeration
| Syntax | Constants |
|---|---|
Enum TextAnchorPos
scgTextAnchorLeftUp = 0
scgTextAnchorLeftDown = 1
scgTextAnchorRightUp = 2
scgTextAnchorRightDown = 3
scgTextAnchorCenter = 4
scgTextAnchorTopCenter = 5
scgTextAnchorLeftCenter = 6
scgTextAnchorRightCenter = 7
scgTextAnchorBottomCenter = 8
End Enum
|
|