Gets or sets the position of the C1ToolTip relative to the target element.

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

Syntax

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

See Also