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

NuGet Package: 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