Back to Devexpress

LinearScaleComponent.FrameCount Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-60263fc3.md

latest1.6 KB
Original Source

LinearScaleComponent.FrameCount Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

Property Value

TypeDefaultDescription
Int321000

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

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace