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

ArcScaleComponent.IsAnimating Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

Declaration

[DXCategory("Appearance")]
public override bool IsAnimating { get; }

Property Value

Type Description
Boolean

true if the animation is running; otherwise, false.

See Also