Specifies the side of the callout.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum CalloutSide
Visual Basic (Declaration)
Public Enumeration CalloutSide

Members

Member nameDescription
Auto The callout will show at the auto position.
Top The callout will show at the top side of the tooltip.
Right The callout will show at the right side of the tooltip.
Bottom The callout will show at the bottom side of the tooltip.
Left The callout will show at the left side of the tooltip.

See Also