Skip to main content

ProgressPanel.FrameInterval Property

Gets or sets the time between animation frames, in special units.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(1000)]
[DXCategory("Behavior")]
public int FrameInterval { get; set; }

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