Back to Devexpress

LinearScale.IsAnimating Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-66be8548.md

latest1.2 KB
Original Source

LinearScale.IsAnimating Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public virtual bool IsAnimating { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsAnimating As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace