Gets the item index at the specified position.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public virtual int GetIndexAt(
	Point point
)
Visual Basic
Public Overridable Function GetIndexAt ( _
	point As Point _
) As Integer

Parameters

point
Type: System.Windows..::..Point
The point.

Return Value

See Also