Skip to main content

TdxCustomWizardControl.Align Property

Specifies how the wizard control is aligned within its parent.

Declaration

property Align; default alClient;

Property Value

Type Default
TAlign alClient

Remarks

This property is initialized with alClient. By design, the wizard control occupies the entire client area of its parent. If you want to enable the standard VCL AutoSize mode for your wizard control, set the Align property to a value other than alClient. For more information on this mode and wizard size animation options, refer to a wizard control OptionsAnimate.ResizeAnimation property description.

See Also