ComponentOne TileView for WPF and Silverlight
GetItemOffset Method


C1.WPF.TileView Namespace > C1TileViewPanel Class : GetItemOffset Method
Syntax
'Declaration
 
Public Function GetItemOffset( _
   ByVal child As System.Windows.UIElement _
) As System.Double
'Usage
 
Dim instance As C1TileViewPanel
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

C1TileViewPanel Class
C1TileViewPanel Members