Back to Devexpress

LinearScaleComponent.FrameDelay Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-64395a3a.md

latest1.6 KB
Original Source

LinearScaleComponent.FrameDelay Property

Gets or sets the animation duration, in ticks.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

Property Value

TypeDefaultDescription
Int3210000

An integer value that is the animation duration.

|

Remarks

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

See Also

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace