'Declaration Public Shared Sub SetVerticalGridLineBrush( _ ByVal obj As DependencyObject, _ ByVal value As Brush _ )
'Usage Dim obj As DependencyObject Dim value As Brush TableView.SetVerticalGridLineBrush(obj, value)
public static void SetVerticalGridLineBrush( DependencyObject obj, Brush value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- The Brush used to paint the vertical grid lines. By default, a null reference (Nothing in Visual Basic).