'Declaration Public Shared Function GetGroupLevel( _ ByVal obj As DependencyObject _ ) As Integer
'Usage Dim obj As DependencyObject Dim value As Integer value = GroupLevelIndicatorPane.GetGroupLevel(obj)
public static int GetGroupLevel( DependencyObject obj )
Parameters
- obj
- The element from which to retrieve the property value.
Return Value
A zero-based value indicating the group-level for which the group-level-indicator pane is displayed.