'Declaration Public Property AddingItemDuration As Nullable(Of TimeSpan)
'Usage Dim instance As ListBoxAnimationSettings Dim value As Nullable(Of TimeSpan) instance.AddingItemDuration = value value = instance.AddingItemDuration
public Nullable<TimeSpan> AddingItemDuration {get; set;}
Property Value
A nullable TimeSpan value representing the duration of the animation when an item is added. By default, null.