Label.HorizontalAlign
枚举
模块: cc
文本横向对齐类型
索引
LEFT
CENTER
RIGHT
Details
LEFT
文本内容左对齐。
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:36 |
CENTER
文本内容居中对齐。
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:41 |
RIGHT
文本内容右边对齐。
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:46 |