Determines whether the C1ToolTip will follow the mouse movement.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, false)] [DefaultValueAttribute(false)] [C1CategoryAttribute("Category.Behavior")] [LayoutAttribute(LayoutType.Behavior)] public bool MouseTrailing { get; set; } |
Visual Basic (Declaration) |
---|
<JsonAttribute(True, True, False)> _ <DefaultValueAttribute(False)> _ <C1CategoryAttribute("Category.Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property MouseTrailing As Boolean Get Set |