Skip to main content

LinearScaleComponent.IsAnimating Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public override bool IsAnimating { get; }

Property Value

Type Description
Boolean

true if the animation is running; otherwise, false.

See Also