Back to Devexpress

AppBar.IsAnimationEnabled Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbar-a18a21cb.md

latest1.2 KB
Original Source

AppBar.IsAnimationEnabled Property

Gets or sets whether this AppBar opens and closes using a smooth animation. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Boolean

true, if this AppBar opens and closes using a smooth animation; otherwise, false.

|

See Also

AppBar Class

AppBar Members

DevExpress.Xpf.WindowsUI Namespace