Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public bool IsAnimationEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also