Back to Devexpress

WizardControl.AnimationInterval Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-1e2e64f9.md

latest1.5 KB
Original Source

WizardControl.AnimationInterval Property

Gets or sets the length of the fading animation effect.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(200)]
[DXCategory("Behavior")]
public int AnimationInterval { get; set; }
vb
<DefaultValue(200)>
<DXCategory("Behavior")>
Public Property AnimationInterval As Integer

Property Value

TypeDefaultDescription
Int32200

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

AllowTransitionAnimation

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace