'Declaration Public Shared Sub SetShowIndicators( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean GroupLevelIndicatorPane.SetShowIndicators(obj, value)
public static void SetShowIndicators( DependencyObject obj, bool value )
Parameters
- obj
- The element to which to assign the property value.
- value
- true if group-level indicators are shown; false otherwise.