ComponentOne FinancialChart for WPF
GetItemPosition Method (C1TileListBoxPanel)



C1.WPF Namespace > C1TileListBoxPanel Class : GetItemPosition Method
The index of the item to be queried.
Gets the estimated position of an item in this panel.
Syntax
'Declaration
 
Public Overrides Function GetItemPosition( _
   ByVal index As Integer _
) As Rect
'Usage
 
Dim instance As C1TileListBoxPanel
Dim index As Integer
Dim value As Rect
 
value = instance.GetItemPosition(index)
public override Rect GetItemPosition( 
   int index
)
public:
Rect GetItemPosition( 
   int index
) override 

Parameters

index
The index of the item to be queried.
See Also

Reference

C1TileListBoxPanel Class
C1TileListBoxPanel Members