Back to Devexpress

ArcScaleComponent.IsAnimating Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-e71908ee.md

latest1.3 KB
Original Source

ArcScaleComponent.IsAnimating Property

Gets a value indicating whether or not the animation is currently running.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DXCategory("Appearance")]
public override bool IsAnimating { get; }
vb
<DXCategory("Appearance")>
Public Overrides ReadOnly Property IsAnimating As Boolean

Property Value

TypeDescription
Boolean

true if the animation is running; otherwise, false.

|

See Also

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace