'Declaration Public Shared Function GetRowFadeInAnimationDuration( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = TableflowView.GetRowFadeInAnimationDuration(obj)
public static double GetRowFadeInAnimationDuration( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
A double value indicating the duration of the fade-in animation when the background of the scroll bar is clicked. By default, 300d.