'Declaration Public Shared Sub SetGroupLevel( _ ByVal obj As DependencyObject, _ ByVal value As Integer _ )
'Usage Dim obj As DependencyObject Dim value As Integer GroupLevelIndicatorPane.SetGroupLevel(obj, value)
public static void SetGroupLevel( DependencyObject obj, int value )
Parameters
- obj
- The element to which to assign the property value.
- value
- A zero-based value indicating the group-level for which the group-level-indicator pane is displayed.