|
LibUIDK Documentation
|
void SetTextAlignVer(int nVerAlignModeN, int nVerAlignModeD);
设置文本垂直方向的对齐方式.
|
Parameters |
Description |
|
int nVerAlignModeN |
指定正常状态时, 垂直方向的对齐方式. |
|
int nVerAlignModeD |
指定Disabled状态时, 垂直方向的对齐方式. |
水平对齐方式共3种:
|
nVerAlignModeN或nVerAlignModeD的值 |
说明 |
|
0或1 |
上对齐, 也是默认对齐方式, 如果您没有进行设置, 那么垂直方向就使用上对齐. |
|
2 |
下对齐. |
|
3 |
垂直方向文本居中. |
|
Copyright (c) 2005-2008 iUIShop Technologies All rights reserved.
|