'Declaration Public Shared Sub SetFixedColumnDropMarkPen( _ ByVal obj As DependencyObject, _ ByVal value As Pen _ )
'Usage Dim obj As DependencyObject Dim value As Pen TableView.SetFixedColumnDropMarkPen(obj, value)
public static void SetFixedColumnDropMarkPen( DependencyObject obj, Pen value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- The Pen used to draw the fixed-column drop-mark.