'Declaration Public Shared Sub SetFixedColumnSplitterStyle( _ ByVal obj As DependencyObject, _ ByVal value As Style _ )
'Usage Dim obj As DependencyObject Dim value As Style TableView.SetFixedColumnSplitterStyle(obj, value)
public static void SetFixedColumnSplitterStyle( DependencyObject obj, Style value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- A Style representing the style to apply to the fixed-column splitter for the item to which the property is attached.