TLinePosition Enumeration
Enumerates alignment lines used by the form designer. An alignment line is a line that is displayed when the selected controls are being resized/moved in the designer in order to help end-user to have a reference of the controls position.
Syntax
Unit: FormDesigner
Members
| Name | Value | Description |
|---|---|---|
| lpLeft | 0 | |
| lpTop | 1 | |
| lpRight | 2 | |
| lpBottom | 3 |