Back to Devexpress

BarManager.MenuAnimationType Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-87e92609.md

latest1.2 KB
Original Source

BarManager.MenuAnimationType Property

Gets or sets the type of animation used by menus. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public PopupAnimation MenuAnimationType { get; set; }
vb
Public Property MenuAnimationType As PopupAnimation

Property Value

TypeDescription
PopupAnimation

A PopupAnimation value specifying the menu’s animation type.

|

Remarks

Use the MenuAnimationType property to specify the manner in which menus of the current bar manager appear on-screen.

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace