Skybound VisualTips

VisualTipRenderElement Enumeration

Enumerates each element which may be rendered on a VisualTip.

[Visual Basic]
Public Enum VisualTipRenderElement
[C#]
public enum VisualTipRenderElement

Members

Member Name Description
TitleImage The title image.
Title The title text.
DisabledMessage The message displayed above the tip text when the tip is disabled.
Text The main tip text.
FooterText The text displayed at the bottom of the tip.
Image The image displayed beside the main tip text.
FooterImage The images displayed at the bottom of the tip beside the footer text.

Requirements

Namespace: Skybound.VisualTips.Rendering

Assembly: Skybound.VisualTips (in Skybound.VisualTips.dll)

See Also

Skybound.VisualTips.Rendering Namespace