Skip to content

Latest commit

 

History

History
173 lines (78 loc) · 924 Bytes

File metadata and controls

173 lines (78 loc) · 924 Bytes

ESCH_PrimitiveTextAlignMode enum

文本对齐模式

Signature

declare enum ESCH_PrimitiveTextAlignMode 

Enumeration Members

Member

Value

Description

CENTER

5

中心

CENTER_BOTTOM

6

中下

CENTER_TOP

4

中上

LEFT_BOTTOM

3

左下

LEFT_MIDDLE

2

左中

LEFT_TOP

1

左上

RIGHT_BOTTOM

9

右下

RIGHT_MIDDLE

8

右中

RIGHT_TOP

7

右上