Back to Devexpress

ToggleSwitch.EnableAnimation Property

wpf-devexpress-dot-xpf-dot-editors-dot-toggleswitch-47fd6882.md

latest1.6 KB
Original Source

ToggleSwitch.EnableAnimation Property

Gets or sets whether the toggle flip animation is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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 the flip animation; otherwise, false.

|

Remarks

Set the EnableAnimation property to false to disable the toggle flip animation.

When the animation is enabled, you can control when the toggle flip should be animated:

See Also

ToggleSwitch Class

ToggleSwitch Members

DevExpress.Xpf.Editors Namespace