Skip to main content

ToolTipControlInfo.ObjectBounds Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Rectangle ObjectBounds { get; set; }

Property Value

Type Description
Rectangle

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

See Also