IControl.Align

Syntax

Align: ControlAlign;

Description

The Align property determines component alignment within its parent component.

Comments

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 property is set to ControlAlign.None by default, and he component is not resized.

See also:

IControl