Skip to main content

HamburgerMenu.AnimationSettings Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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