TransitionManager.FrameInterval Property
Gets or sets the time between animation frames, in special units.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10000 | The time between animation frames. |
Remarks
The FrameInterval property specifies the time between animation frames, in special units. Every 10,000 units is equal about 1/1000 of a second. The total number of animation frames is specified by the TransitionManager.FrameCount property.
See Also