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

LinearScale.IsAnimating Property

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also