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

CustomDrawHamburgerButtonEventArgs.Bounds Property

Gets the hamburger button bounds.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the hamburger button bounds.

See Also