'Declaration Public Property ThumbScrollingDuration As Nullable(Of TimeSpan)
'Usage Dim instance As ListBoxAnimationSettings Dim value As Nullable(Of TimeSpan) instance.ThumbScrollingDuration = value value = instance.ThumbScrollingDuration
public Nullable<TimeSpan> ThumbScrollingDuration {get; set;}
Property Value
A nullable TimeSpan value representing the duration of the thumb-scrolling animation. By default, null.