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