Skip to main content

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool EnableAnimation { get; set; }

Property Value

Type Default Description
Boolean false

true to enable animation; otherwise, false.

See Also