'Declaration <CategoryAttribute("Tooltips")> <DescriptionAttribute("Gets or sets the time that passes before the tooltip appears.")> <DefaultValueAttribute()> Public Property InitialDelay As Integer
'Usage Dim instance As TooltipInteractivityOperation Dim value As Integer instance.InitialDelay = value value = instance.InitialDelay
[Category("Tooltips")] [Description("Gets or sets the time that passes before the tooltip appears.")] [DefaultValue()] public int InitialDelay {get; set;}