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

HamburgerMenu.AnimationSettings Property

Provides access to animation settings, such as the menu open and close duration.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public HamburgerMenuAnimationSettings AnimationSettings { get; set; }

Property Value

Type Description
DevExpress.Xpf.WindowsUI.HamburgerMenuAnimationSettings

A DevExpress.Xpf.WindowsUI.HamburgerMenuAnimationSettings object that comprises menu animation settings.

See Also