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

ToolTipControllerCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which specifies the tooltip’s boundaries.

See Also