Back to Devexpress

RangeControl.EnableAnimation Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-858a56f1.md

latest1.4 KB
Original Source

RangeControl.EnableAnimation Property

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

Namespace : DevExpress.Xpf.Editors.RangeControl

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool EnableAnimation { get; set; }
vb
Public Property EnableAnimation As Boolean

Property Value

TypeDescription
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

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace