Back to Devexpress

ArcScaleComponent.EnableAnimation Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-ab350a75.md

latest1.4 KB
Original Source

ArcScaleComponent.EnableAnimation Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to enable animation; otherwise, false.

|

See Also

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace