'Declaration Public Shared Sub SetVerticalGridLineBrush( _ ByVal obj As DependencyObject, _ ByVal value As Brush _ )
'Usage Dim obj As DependencyObject Dim value As Brush PrintTableView.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 when a grid is in a printable or exportable table-view layout.