Back to Devexpress

HamburgerMenu.HeaderHeight Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-87eb0dc6.md

latest1.3 KB
Original Source

HamburgerMenu.HeaderHeight Property

Gets or sets the height of the menu header.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public double HeaderHeight { get; set; }
vb
Public Property HeaderHeight As Double

Property Value

TypeDescription
Double

A Double value that specifies the height of the menu header.

|

Remarks

You set the menu header with the HamburgerMenu.Header property. The HeaderHeight property allows you to specify the header height.

See Also

Header

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace