'Declaration Public Shared Function GetFixedColumnSplitterStyle( _ ByVal obj As DependencyObject _ ) As Style
'Usage Dim obj As DependencyObject Dim value As Style value = PrintTableView.GetFixedColumnSplitterStyle(obj)
public static Style GetFixedColumnSplitterStyle( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
A Style representing the style to apply to the fixed-column splitter for the item to which the property is attached.