Creates a new VisualTipLayout which defines the location of each rendering element on the tip.
A VisualTipLayout which defines the location of each rendering element on the tip.
This method may not be overridden; to provide a custom layout, override the OnCreateLayout method instead.
| 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. |
| InvalidOperationException | A null value may not be returned by OnCreateLayout. This exception should only be raised when you have overridden OnCreateLayout and your code returns a null reference. |
VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace