Gets or sets the item that the C1ToolTip should appear relative to: Element, Mouse, or BrowserWindow.

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

Syntax

C#
[JsonAttribute(true, true, RelativeTo.Element)]
[DefaultValueAttribute(RelativeTo.Element)]
[C1CategoryAttribute("Category.Appearance")]
[LayoutAttribute(LayoutType.Appearance)]
public RelativeTo RelativeTo { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, RelativeTo.Element)> _
<DefaultValueAttribute(RelativeTo.Element)> _
<C1CategoryAttribute("Category.Appearance")> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Property RelativeTo As RelativeTo
	Get
	Set

See Also