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

ArcScaleComponent.FrameCount Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

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