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