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