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