'Declaration Public Shared Function GetAutoScrollInterval( _ ByVal obj As DependencyObject _ ) As Integer
'Usage Dim obj As DependencyObject Dim value As Integer value = TableView.GetAutoScrollInterval(obj)
public static int GetAutoScrollInterval( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
A value representing the auto scroll interval.