Label.VerticalAlign
Enum
Module: cc
Enum for vertical text alignment.
Index
TOP
CENTER
BOTTOM
Details
TOP
Vertical alignment top for text.
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:58 |
CENTER
Vertical alignment center for text.
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:63 |
BOTTOM
Vertical alignment bottom for text.
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:68 |