TdxWizardControlCustomPage.Align Property
Specifies the page alignment within a wizard control.
Declaration
property Align: TAlign read; write; default alNone;
Property Value
Type | Default |
---|---|
TAlign | alNone |
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