Define how long (in milliseconds) the animation of the callout will run.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true, true, )] [DefaultValueAttribute()] public int CalloutAnimationDuration { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, )> _ <DefaultValueAttribute()> _ Public Property CalloutAnimationDuration As Integer Get Set |