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