'Declaration <CategoryAttribute("Tooltips")> <DescriptionAttribute("Gets or sets the time that passes before the tooltip appears.")> <DefaultValueAttribute(500)> 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(500)] public int InitialDelay {get; set;}