Gets the index of the item at the specified position in the screen.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public int GetIndexAt( Point screenPoint ) |
Visual Basic |
---|
Public Function GetIndexAt ( _ screenPoint As Point _ ) As Integer |
Parameters
- screenPoint
- Type: System.Windows..::..Point
The point in the screen relative to this control.