Skip to main content

ToolTipControllerCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which specifies the tooltip’s boundaries.

See Also