Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Win.Design, 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