ProgressPanel.FrameInterval Property
Gets or sets the time between animation frames, in special units.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1000 | An integer value that specifies the time between animation frames, in special units. |
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 ProgressPanel.FrameCount property.
See Also