Gets whether the tip has a footer.
True if the VisualTip has a footer; otherwise, false.
A VisualTip has a footer when HideFooter is false, and either the length of FooterText is greater than zero or FooterImage is not null.
| 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