Skip to main content

ToolTipControllerCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v26.1.dll

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which specifies the tooltip’s boundaries.

See Also