Alignment
("Alignment") defines the different values
that can be used to specify the position of a property label in the Property Editor.
A label can be aligned left, center, or right.
Additional Information
Name |
Value |
Description |
ALIGN_LEFT |
380 |
Left Aligned
The property label is displayed left aligned.
|
ALIGN_CENTER |
381 |
Centered
The property label is displayed centered.
|
ALIGN_RIGHT |
382 |
Right Aligned
The property label is displayed right aligned.
|