Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool EnableAnimation { get; set; }

Property Value

Type Description
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