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