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

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