Skip to main content

TdxWizardControlOptionsAnimate.TransitionEffect Property

Specifies whether or not wizard page transitions are animated and the transition effect applied to them.

Declaration

property TransitionEffect: TdxWizardControlTransitionEffect read; write; default wcteDefault;

Property Value

Type Default
TdxWizardControlTransitionEffect wcteDefault

Remarks

Options include:

Value

Description

wcteDefault

The default setting. The page transition animation is played based on the currently applied view style and is enabled only for Aero wizards.

Select this option to make the wizard conform to the standard associated with the view style.

wcteNone

No animation, regardless of the currently applied view style.

This is the default animation effect for Wizard 97 wizards.

wcteFade

The currently active page fades out and then a new page fades in, regardless of the currently applied view style.

This is the default animation effect for Aero wizards.

wcteSlide

A new page slides in replacing the currently active page, regardless of the currently applied view style.

The default value of the TransitionEffect property is wcteDefault.

See Also