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

LinearScaleComponent.FrameDelay Property

Gets or sets the animation duration, in ticks.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

Declaration

[DefaultValue(10000)]
[DXCategory("Behavior")]
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 LinearScaleComponent.FrameCount properties to customize how animation is performed for the LinearScaleComponent object.

See Also