Skybound VisualTips

VisualTipLayout.ShadowBounds Property

Gets or sets the bounding rectangle of the soft shadow drawn behind the tip.

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

Property Value

A Rectangle representing the bounding rectangle of the soft shadow.

Remarks

This rectangle represents the bounds of the soft shadow, and usually contains the WindowBounds.

See Also

VisualTipLayout Class | Skybound.VisualTips.Rendering Namespace