ControlAlign

Description

The ControlAlign enumeration contains variants of alignment of the component within its parent form.

It is used by the following property:

Available Values

Value Brief description
0 None. No alignment.
1 Top. Alignment in accordance with the top part of the parent component.
2 Bottom. Alignment in accordance with the bottom part of the parent component.
3 Left. Alignment in accordance with the left part of the parent component.
4 Right. Alignment in accordance with the right part of the parent component.
5 Client. Alignment in accordance with the free client area of the parent component.

See also:

Forms Assembly Enumerations