'Declaration Public Shared Function GetDetailIndicatorWidth( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = PrintTableView.GetDetailIndicatorWidth(obj)
public static double GetDetailIndicatorWidth( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.