'Declaration Public Shared Function GetContainerHeight( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = TableflowView.GetContainerHeight(obj)
public static double GetContainerHeight( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
A value representing the container height.