'Declaration Public Shared Function GetFixedColumnSplitterWidth( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = PrintTableView.GetFixedColumnSplitterWidth(obj)
public static double GetFixedColumnSplitterWidth( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
A value representing the width of the fixed-column splitter.