Back to Devexpress

FlyoutBase.AllowMoveAnimation Property

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

latest1.4 KB
Original Source

FlyoutBase.AllowMoveAnimation Property

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

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, to enable the popup move animation; otherwise, false.

|

Remarks

If the AllowMoveAnimation property is set to true and a popup is shown, opening a popup in another location is animated as a hop.

See Also

AnimationDuration

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace