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