Label.HorizontalAlign 枚举
模块: cc
文本横向对齐类型
索引
LEFTCENTERRIGHT
Details
LEFT
文本内容左对齐。
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/components/CCLabel.js:40 | 
CENTER
文本内容居中对齐。
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/components/CCLabel.js:45 | 
RIGHT
文本内容右边对齐。
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/components/CCLabel.js:50 |