Skip to main content

ToggleSwitchEditSettings.EnableAnimation Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: 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.

See Also