LinearScaleComponent.FrameDelay Property
Gets or sets the animation duration, in ticks.
Namespace: DevExpress.XtraGauges.Win.Gauges.Linear
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10000 | 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