Back to Devexpress

FlyoutBase.AnimationDuration Property

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

latest1.3 KB
Original Source

FlyoutBase.AnimationDuration Property

Gets or sets the duration of popup 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 Duration AnimationDuration { get; set; }
vb
Public Property AnimationDuration As Duration

Property Value

TypeDescription
Duration

A Duration object.

|

Remarks

Use the AnimationDuration property to specify the duration of the popup appearance animation.

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace