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