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

ToolTipControllerShowEventArgs.ObjectBounds Property

Gets or sets the bounds of the current object for which a tooltip is displayed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public Rectangle ObjectBounds { get; set; }

Property Value

Type Description
Rectangle

The bounds of the object for which a tooltip is displayed.

See Also