ComponentOne Basic Library for WPF and Silverlight
GetItemOffset Method (C1TreeViewPanel)


C1.WPF Namespace > C1TreeViewPanel Class : GetItemOffset Method
Syntax
'Declaration
 
Public Function GetItemOffset( _
   ByVal child As System.Windows.UIElement _
) As System.Double
'Usage
 
Dim instance As C1TreeViewPanel
Dim child As System.Windows.UIElement
Dim value As System.Double
 
value = instance.GetItemOffset(child)
public System.double GetItemOffset( 
   System.Windows.UIElement child
)

Parameters

child
See Also

Reference

C1TreeViewPanel Class
C1TreeViewPanel Members