'DeclarationPublic Property PageScrollingDuration As Nullable(Of TimeSpan)
'UsageDim 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.