Skip to main content

TdxCustomWizardControl.OptionsViewStyleAero Property

Specifies Aero wizard style settings.

Declaration

property OptionsViewStyleAero: TdxWizardControlOptionsViewStyleAero read; write;

Property Value

Type Description
TdxWizardControlOptionsViewStyleAero

Stores Aero wizard style settings.

Remarks

Refer to the TdxWizardControlOptionsViewStyleAero class description for information on available options.

Note

We recommend that you use a specially designed wizard form (a TdxWizardControlForm object) to host your Aero wizard. For detailed information on how to add this wizard form to your project, refer to the following section: Design Time Experience.

Aero Glass and similar effects are disabled if an application is in GDI Scaled mode.

See Also