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