Back to Devexpress

LinearScaleComponent.EnableAnimation Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-f59c670d.md

latest1.4 KB
Original Source

LinearScaleComponent.EnableAnimation Property

Gets or sets a value specifying whether value indicators should be animated when changing their values.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool EnableAnimation { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property EnableAnimation As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable animation; otherwise, false.

|

See Also

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace