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.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(true, Handler = "NotifyDependencyPropertyChanged")]
public bool Enable { get; set; }

#Property Value

Type Description
Boolean

true, to enable animation; otherwise, false.

See Also