'Declaration Public Shared Function GetShowIndicators( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = GroupLevelIndicatorPane.GetShowIndicators(obj)
public static bool GetShowIndicators( DependencyObject obj )
Parameters
- obj
- The element from which to retrieve the property value.
Return Value
true if group-level indicators are shown; false otherwise.