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 of the Align property the component behavior is different when the parent component is resized:
The component is not resized.
The component occupies the whole available area of the parent component.
The component occupies the whole area along the top, bottom, left and right edge of the parent component.
The property is set to ControlAlign.None by default, and he component is not resized.
See also: