Align: ControlAlign;
The Align property determines component alignment within its parent component.
The form, GroupBox, Panel components, and so on, can act as a parent component. The components that are a container for other components.
Depending on the value Align property the component conduct is different, when the sizes of parent component are changed:
the seizes of the component are permanent;
the component occupies the whole accessible area of the parent component;
the component is placed occupying the whole area along the top, bottom, left and right edge of the parent component.
By default the property is set to ControlAlign.None, and the sizes of the components remain permanent.
See also: