Skybound VisualTips

VisualTipLayout.WindowBounds Property

Gets or sets the bounding rectangle of the tip window.

[Visual Basic]
Public Property WindowBounds As Rectangle
[C#]
public System.Drawing.Rectangle WindowBounds {get; set;}

Property Value

The bounding rectangle of the tip window.

Remarks

This rectangle represents the bounds of the window itself. It does not include the shadow.

See Also

VisualTipLayout Class | Skybound.VisualTips.Rendering Namespace