LinearScaleComponent.FrameCount Property
Gets or sets the time interval between two animation steps, 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 | 1000 | An integer value that is the animation interval. |
Remarks
Use the LinearScaleComponent.FrameDelay and FrameCount properties to customize how animation is performed for the LinearScaleComponent object.
See Also