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