The Skybound.VisualTips.Rendering namespace provides classes that can render and measure VisualTips and their various elements. You can use these classes when developing custom drawing routines.
Note: The classes in this namespace have been designed to support unicode languages, such as Chinese and Japanese, and right-to-left layouts and text for languages that require it, such as Hebrew and Arabic.
| Class | Description |
|---|---|
| VisualTipBalloonRenderer | Renders visual tips using a balloon style. |
| VisualTipLayout | Describes the layout of text and graphics on a VisualTip. |
| VisualTipOfficePreset | Represents a set of default colors used by a VisualTipOfficeRenderer. |
| VisualTipOfficeRenderer | Renders visual tips in the style of Office 2007. |
| VisualTipRenderer | Provides a set of methods to draw and measure VisualTip objects, and a base class for custom VisualTip renderers. |
| Enumeration | Description |
|---|---|
| VisualTipOfficeBackgroundEffect | Specifies the style in which a visual tip is drawn by VisualTipOfficeRenderer. |
| VisualTipRenderElement | Enumerates each element which may be rendered on a VisualTip. |