Skip to main content

WizardControl.AnimationInterval Property

Gets or sets the length of the fading animation effect.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

[DefaultValue(200)]
[DXCategory("Behavior")]
public int AnimationInterval { get; set; }

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