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