Back to Devexpress

ArcScaleComponent.FrameDelay Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-e37f6680.md

latest1.6 KB
Original Source

ArcScaleComponent.FrameDelay Property

Gets or sets the animation duration, in ticks.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(10000)]
[DXCategory("Appearance")]
public int FrameDelay { get; set; }
vb
<DefaultValue(10000)>
<DXCategory("Appearance")>
Public Property FrameDelay As Integer

Property Value

TypeDefaultDescription
Int3210000

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

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace