'Declaration Public Shared Function GetVerticalGridLineThickness( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = PrintTableView.GetVerticalGridLineThickness(obj)
public static double GetVerticalGridLineThickness( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
A value indicating the thickness of the vertical grid lines when a grid is in a printable or exportable table-view layout.