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

TabHeaderCustomDrawEventArgs.Bounds Property

Gets the rectangle that specifies the bounds of the tab header.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A rectangle that specifies the bounds of the tab header.

See Also