Skip to main content

ArcScaleComponent.FrameCount Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package: DevExpress.Win.Gauges

Declaration

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

Property Value

Type Default Description
Int32 1000

An integer value that is the animation interval.

Remarks

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

See Also