Gets or sets the offset of the callout.

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

Syntax

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

See Also