'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the auto scroll delay.")> <System.ComponentModel.DefaultValueAttribute(500)> Public Property Delay As System.Integer
'Usage
Dim instance As NAutoScroller Dim value As System.Integer instance.Delay = value value = instance.Delay
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the auto scroll delay.")] [System.ComponentModel.DefaultValue(500)] public System.int Delay {get; set;}