Skip to main content

IndicatorAnimation.Enable Property

Gets or sets a value specifying whether the value indicator should be animated when changing its value.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool Enable { get; set; }

Property Value

Type Description
Boolean

true, to enable animation; otherwise, false.

See Also