TdxWizardControlCustomPage.Align Property
In This Article
Specifies the page alignment within a wizard control.
#Declaration
Delphi
property Align: TAlign read; write; default alNone;
#Property Value
Type | Default |
---|---|
TAlign | al |
#Remarks
The page always occupies the entire space provided by a wizard control. To support this design, the Align property is initialized with alNone and is not intended to be modified directly from your code.
See Also