Property
|
Description
|
AlignmentVertical: byte
|
Vertical Alignment:
- 0 - top
- 1 - center
- 2 - bottom
0 by default.
|
AlignmentHorizontal: byte
|
Horizontal Alignment:
- 0 - left
- 1 - center
- 2 - right
0 by default.
|
AutoSizeHeight: boolean
|
If True then changing the height of the component to fit the text. False by default.
|
AutoSizeWidth: boolean
|
If True then changing the width of the component to fit the text. False by default.
|
AutoSizeGrowOnly: boolean
|
If True then the size can automatically only increase. False by default.
|
IndentVert: byte
|
Vertical indentation. 0 by default.
|
IndentHor: byte
|
Horizontal indentation. 3 by default.
|
LineSpacing: integer
|
The distance between lines of text. 0 by default.
|
Rotate: integer
|
The angle of rotation of the text. 0 by default.
|
SymbolWrap: boolean
|
If True, the word wrapping is on any symbol, otherwise only the whitespace. False by default.
|
WordWrap: boolean
|
If True then word wrapping is enabled. True by default.
|