Returns a value to indicate whether a soft shadow is drawn for a specified VisualTip.
True if the tip should be drawn with a soft shadow; otherwise, false, and no soft shadow should be drawn.
A tip has a soft shadow when layered windows are supported by the operating system, and soft shadows are enabled by the VisualTipProvider.Shadow property.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The tip parameter may not be a null reference. |
| ArgumentException | The specified tip must be associated with a VisualTipProvider before it is rendered. |
VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace