Back to Devexpress

ArcScaleComponent.FrameCount Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-1e19ac59.md

latest1.6 KB
Original Source

ArcScaleComponent.FrameCount Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(1000)]
[DXCategory("Appearance")]
public int FrameCount { get; set; }
vb
<DefaultValue(1000)>
<DXCategory("Appearance")>
Public Property FrameCount As Integer

Property Value

TypeDefaultDescription
Int321000

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

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace