Gets or sets the length of time, in milliseconds, the animation appears.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[JsonAttribute(true, false, )] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute()] [C1CategoryAttribute("Category.Behavior")] public int ShowDuration { get; set; } |
Visual Basic (Declaration) |
---|
<JsonAttribute(True, False, )> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute()> _ <C1CategoryAttribute("Category.Behavior")> _ Public Property ShowDuration As Integer Get Set |