'Declaration Public Property ElementFadeInDuration As Nullable(Of TimeSpan)
'Usage Dim instance As DraggedElementConfiguration Dim value As Nullable(Of TimeSpan) instance.ElementFadeInDuration = value value = instance.ElementFadeInDuration
public Nullable<TimeSpan> ElementFadeInDuration {get; set;}