'Declaration Public Shared Function GetVerticalGridLineThickness( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = TableView.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. By default, double.NaN.