Back to Devexpress

FlyoutBase.AnimationInProgress Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-bab4594e.md

latest1.3 KB
Original Source

FlyoutBase.AnimationInProgress Property

Gets whether the animation is being played.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AnimationInProgress { get; }
vb
Public ReadOnly Property AnimationInProgress As Boolean

Property Value

TypeDescription
Boolean

true, if the animation is in progress; otherwise, false.

|

See Also

AnimationDuration

AllowMoveAnimation

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace