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

ArcScale.IsAnimating Property

Gets a value indicating that the arc scale is currently being animated.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[Browsable(false)]
public virtual bool IsAnimating { get; }

Property Value

Type Description
Boolean

true, if the arc scale is being animated; otherwise, false.

See Also