WizardControl.AnimationInterval Property
Gets or sets the length of the fading animation effect.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 200 | An integer value that specifies the length of the fading animation effect, in system timer ticks. |
Remarks
To enable the fading animation effect in the transition from one page to another, set the WizardControl.AllowTransitionAnimation property to true.
See Also