Skip to main content
A newer version of this page is available. .

ArcScaleComponent.FrameDelay Property

Gets or sets the animation duration, in ticks.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v18.2.Win.dll

Declaration

[DefaultValue(10000)]
[DXCategory("Appearance")]
public int FrameDelay { get; set; }

Property Value

Type Default Description
Int32 10000

An integer value that is the animation duration.

Remarks

Use the FrameDelay and ArcScaleComponent.FrameCount properties to customize how animation is performed for the ArcScaleComponent object.

See Also