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