Skip to main content

RangeControl.EnableAnimation Property

Gets or sets whether to enable animation. This is a dependency property.

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool EnableAnimation { get; set; }

Property Value

Type Description
Boolean

true, to enable animation; otherwise, false. The default is true.

Remarks

If the EnableAnimation property is set to true, a smooth animation is shown within the Ruler when performing zooming and scrolling operations.

See Also