Skip to main content

CustomDrawHamburgerButtonEventArgs.Bounds Property

Gets the hamburger button bounds.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the hamburger button bounds.

See Also