Skip to main content

LinearScale.IsAnimating Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

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