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

LinearScaleComponent.FrameCount Property

Gets or sets the time interval between two animation steps, in ticks.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[DefaultValue(1000)]
[DXCategory("Behavior")]
public int FrameCount { get; set; }

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