Back to Devexpress

ToolTipControllerShowEventArgs.ObjectBounds Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-4f9cc383.md

latest1.2 KB
Original Source

ToolTipControllerShowEventArgs.ObjectBounds Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public Rectangle ObjectBounds { get; set; }
vb
Public Property ObjectBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace